2014-09-10 05:34:45 +00:00
|
|
|
|
|
|
|
The core library API for Ethereum project can be included
|
|
|
|
into into any othere Java/Scala project by simple maven
|
|
|
|
script include:
|
|
|
|
|
|
|
|
```
|
|
|
|
<dependency>
|
2014-09-10 05:37:19 +00:00
|
|
|
<groupId>org.ethereum</groupId>
|
|
|
|
<artifactId>ethereumj</artifactId>
|
|
|
|
<version>0.5.7</version>
|
|
|
|
<type>jar</type>
|
2014-09-10 05:34:45 +00:00
|
|
|
</dependency>
|
|
|
|
```
|
2014-09-10 05:37:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
EthereumJ release repository can be found here:
|
|
|
|
* https://bintray.com/ethereum/maven/org.ethereum/view
|