ethereumj-personal/ethereumj-core/README.md

14 lines
278 B
Markdown
Raw Normal View History

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>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId>
<version>0.5.7</version>
<type>jar</type>
</dependency>
```