ethereumj-personal/ethereumj-core
romanman 170505efe4 Create README.md 2014-09-10 08:34:45 +03:00
..
src merge stateUI 2014-09-09 15:52:43 +03:00
README.md Create README.md 2014-09-10 08:34:45 +03:00
TODO.md adjust todo list 2014-07-19 20:54:41 +03:00
bintray-publish-version.xml update to version: 0.5.7 2014-09-08 11:13:27 +03:00
pom.xml Add missing version to javadoc plugin 2014-09-09 01:36:32 +02:00
track-untrack-local.bat Adapting for Ethereum as a library style: 2014-09-06 12:04:53 +03:00

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>