170505efe4 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
TODO.md | ||
bintray-publish-version.xml | ||
pom.xml | ||
track-untrack-local.bat |
README.md
The core library API for Ethereum project can be included into into any othere Java/Scala project by simple maven script include:
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId>
<version>0.5.7</version>
<type>jar</type>
</dependency>