java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Could not find artifact org.ethereum:ethereumj-core error

Open astudnev opened this issue 5 years ago • 5 comments

Trying to install v. 1.1.0

[ERROR] Failed to execute goal on project binance-dex-api-client: Could not resolve dependencies for project com.binance.dex.api:binance-dex-api-client:jar:1.1.0: Could not find artifact org.ethereum:ethereumj-core:jar:1.12.0-RELEASE in central (https://repo.maven.apache.org/maven2) -> [Help 1

astudnev avatar Aug 28 '20 10:08 astudnev

I built it installing manually from https://mvnrepository.com/artifact/org.ethereum

astudnev avatar Aug 28 '20 11:08 astudnev

The jar in maven is forbidden to me

https://dl.bintray.com/ethereum/maven/org/ethereum/ethereumj-core/1.12.0-RELEASE/ethereumj-core-1.12.0-RELEASE.jar

even by adding the repo to the pom as in https://github.com/binance-chain/java-sdk/pull/108

pellyadolfo avatar Aug 03 '21 08:08 pellyadolfo

it's because bintray has been taken down and ethereumj is deprecated. someone from binance needs to sort this out, as it leaves the java sdk completely unusable rn.

appfile01 avatar Dec 20 '21 00:12 appfile01

https://github.com/ethereum/ethereumj/tree/1.12.0 Compile manually and install to maven repository

leelovejava avatar Feb 23 '22 12:02 leelovejava

thanks. isn't compiling well, as using older versions of all software. Will try though. Thanks!

appfile01 avatar Mar 03 '22 20:03 appfile01