unterstein/binance-trader

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

Opened this issue · 2 comments

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?

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

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.