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

Can't use api in gradle

Open orendayan opened this issue 5 years ago • 1 comments

Hi, I try to get your API via android gradle and get an error while it try to sync ERROR: Failed to resolve: com.binance.dex.api:binance-dex-api-client:1.0.0

the line that I added to gradle dependencies is: implementation 'com.binance.dex.api:binance-dex-api-client:1.0.0'

orendayan avatar Jun 16 '19 11:06 orendayan

Don't think they have it published on maven central (based on a quick examination on the pom.xml). Guess you have to use it locally.

geastwood avatar Jul 08 '19 08:07 geastwood