1

I'm new in Coinbase, but little confused. I get stuck every time with Coinbase API. Have a look at this API .. https://github.com/coinbase/coinbase-java

I want to make a project with this API using JSP. Where customer could play a role with Bitcoin. But If you see this API, it generally says to use Maven. But i don't know Maven. I've good handling at jsp and servlet. Simply i just know to create a project as "dynamic web project" into Eclipse.

So, Is it possible to use Coinbase API with dynamic web project without using Maven anymore. Please help.

Help, would be appreciated!

4

1 回答 1

0

是的,您可以从 maven 存储库http://mvnrepository.com/artifact/com.coinbase.api/coinbase-java/1.5.0下载 jar (及其所有依赖项......)。我强烈建议您学习什么是 maven(或 gradle),并使用它来控制您的库。目前最好的解决方案是安装 maven 和 git 并按照本页手册部分中的步骤操作。它将为您生成准备使用的 jar 库,您可以将其添加到您的项目中。$YOUR_JAR_DIRECTORY 随您要构建此库的文件夹而变化。

于 2014-11-30T12:33:20.967 回答