2014-09-10 05:34:45 +00:00
|
|
|
|
|
|
|
The core library API for Ethereum project can be included
|
2014-09-10 05:42:51 +00:00
|
|
|
into any other Java/Scala project by simple maven
|
2014-09-10 05:34:45 +00:00
|
|
|
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
|
2014-09-10 05:41:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
The showcase for ethereumj-core usage can be found in [ethereumj-studio](../ethereumj-studio)
|
|
|
|
|