I am trying to implement this API: https://github.com/robevansuk/gdax-java in order to be able to create orders, withdraw funds, and deposit funds via Coinbase and exchanging in GDAX for bitcoins. I am trying to make a trade program for Bitcoins using GDAX and its API.
However, I am very confused on the implementation of the library. I have tried to contact some contributors but they do not respond back. I read in their documentation:
For a lib:
If you'd rather work purely in java then you can build an executable jar file ./gradlew jar and you should be able to find the jar in the build directory.
So I cloned the project and ran the command
However, I was not able to find a jar in the build directory. It didn't generate any jar:
I checked, the only jar is the gradle wrapper. Does anyone have any examples of implementation of gdax-java as a library?