Create README.md
This commit is contained in:
parent
ac1d8d8763
commit
170505efe4
|
@ -0,0 +1,13 @@
|
|||
|
||||
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>
|
||||
```
|
Loading…
Reference in New Issue