Create README.md

This commit is contained in:
romanman 2014-09-10 08:34:45 +03:00
parent ac1d8d8763
commit 170505efe4
1 changed files with 13 additions and 0 deletions

13
ethereumj-core/README.md Normal file
View File

@ -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>
```