This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
forked from joaopsilva/binance-java-api
-
Notifications
You must be signed in to change notification settings - Fork 620
Error Maven dependency #302
Comments
I had same issue. Have a look here to resolve: #149. |
Change the version to |
I've forked the project and then published to Maven Central Repository. Here is the dependency information: <dependency>
<groupId>tr.com.lucidcode</groupId>
<artifactId>binance-api-client</artifactId>
<version>1.0.0</version>
</dependency> |
The idea of using maven, is to be able to publish the artefact to a maven repo and make it available to others without having to install it manually. |
Just
<dependency>
<groupId>com.binance.api</groupId>
<artifactId>binance-api-client</artifactId>
<systemPath>${basedir}/binance-api-client-1.0.1.jar</systemPath>
<scope>system</scope>
<version>1.0.1</version>
<type>jar</type>
</dependency>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Your dependency is not working. The Maven repository does not have it !!! Fix pls
The text was updated successfully, but these errors were encountered: