unterstein / binance-trader

Experimental trading bot for crypto currency on Binance.com
Apache License 2.0
274 stars 144 forks source link

My IDEA can't import the jar.what is your Maven's mirror? #24

Open githubbugzz opened 6 years ago

githubbugzz commented 6 years ago

Dependency 'com.binance.api:binance-api-client:1.0.0' not found less... (Ctrl+F1) Inspects a Maven model for resolution problems.

My IDEA can't import the jar.what is your Maven's mirror?

aaronpon commented 5 years ago

You can just download binance api and install it to your local maven repo

nicolasard commented 3 years ago

Read the README of https://github.com/binance-exchange/binance-java-api, as aaronpon said, just clone the binance-java-api repo, and do mvn install to install the lib in your local mvn repository.