Last active
April 6, 2016 14:31
-
-
Save romanman/5f20d68d294ec1d049b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<repositories> | |
<repository> | |
<id>oss.jfrog.org</id> | |
<name>Repository from Bintray</name> | |
<url>http://dl.bintray.com/ethereum/maven</url> | |
</repository> | |
</repositories> | |
<dependency> | |
<groupId>org.ethereum</groupId> | |
<artifactId>ethereumj-core</artifactId> | |
<version>1.2.0-RELEASE</version> | |
<type>pom</type> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment