c271346a4f
+ inbound connection GET_HASHES fix |
||
---|---|---|
.. | ||
src | ||
README.md | ||
bintray-publish-version.xml | ||
pom.xml | ||
track-untrack-local.bat |
README.md
The core library API for Ethereum project can be included into any other 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>
EthereumJ release repository can be found here:
The showcase for ethereumj-core usage can be found in ethereumj-studio
🔹 Build instructions (maven)
- build_1: [no test run] , [released to local repository] : ~>
mvn clean install -Dmaven.test.skip=true
- build_2: [include test run] , [released to local repository] : ~>
mvn clean install
🔹 release instructions (ant) (!) credential required
mvn install
- which release the lib to a local repositroy- after the release -
ant -f bintray-publish-version.xml