Last active
November 16, 2015 22:07
-
-
Save romanman/659e9e5b6b44b73b5755 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.0.0-RC1</version> | |
<type>zip</type> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above wasn't working for me, I switched to: