-
Notifications
You must be signed in to change notification settings - Fork 622
Missing artifact com.binance.api:binance-api-client:jar:1.0.0 #149
Comments
Installation
Did you perform step 1? Before you can do step 1 you need to do the undocumented step 0 which is cloning the repository locally so that you actually can do the I ran into the same issue and then found the following alternative solution in one of the answers here in the issue list. This is what I'm currently using to quickly get me going. However, you may want to stick with cloning the repo and compile yourself. This has the added benefit that you can pull fixes into your local repo. The maintainers of this repo seem to be slow in merging fixes provided by the community. Alternatively methodAdd the following to your
and add the following to the dependencies section:
|
Why not put this info in README file so any developer can fetch latest official library from repository using build tool? I do not want to clone/compile/build it by myself since there is official library on binance-exchange repo, not an unknown user account. I had being using jar file (even I am still not sure how it appeared in my project, though it was before me) until it stopped working on prod some day because of API changes: #157 and #221 |
this didn't fix this issue for me. I am still getting the same error. how do I fix this? |
When i add the dependency maven cannot find the artifact?
The text was updated successfully, but these errors were encountered: