api

Swagger Java

Лицензия

Лицензия

Группа

Группа

org.coindirect
Идентификатор

Идентификатор

api
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

api
Swagger Java
Ссылка на сайт

Ссылка на сайт

https://github.com/swagger-api/swagger-codegen
Система контроля версий

Система контроля версий

https://github.com/coindirect/coindirect-sdk-java

Скачать api

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.coindirect/api/ -->
<dependency>
    <groupId>org.coindirect</groupId>
    <artifactId>api</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.coindirect/api/
implementation 'org.coindirect:api:1.0.2'
// https://jarcasting.com/artifacts/org.coindirect/api/
implementation ("org.coindirect:api:1.0.2")
'org.coindirect:api:jar:1.0.2'
<dependency org="org.coindirect" name="api" rev="1.0.2">
  <artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coindirect', module='api', version='1.0.2')
)
libraryDependencies += "org.coindirect" % "api" % "1.0.2"
[org.coindirect/api "1.0.2"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
io.swagger.core.v3 : swagger-annotations jar 2.0.0
org.glassfish.jersey.core : jersey-client jar 2.25.1
org.glassfish.jersey.media : jersey-media-multipart jar 2.25.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.25.1
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.core : jackson-annotations jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.9.9.2
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.9

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Coindirect Java SDK

Coindirect

  • API version: 1.0.2
    • Build date: 2019-08-19

The Coindirect API is offered to all users to make use of our Payments, P2P Marketplace, Exchange and Wallets.

For more information, please visit https://help.coindirect.com

Requirements

Building the API client library requires:

  1. Java 1.8+
  2. Maven/Gradle

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>org.coindirect</groupId>
  <artifactId>api</artifactId>
  <version>1.0.2</version>
  <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "org.coindirect:api:1.0.2"

Others

At first generate the JAR by executing:

mvn clean package

Then manually install the following JARs:

  • target/api-1.0.2.jar
  • target/lib/*.jar

Getting Started

Please follow the installation instructions.

You can then refer to example projects located at https://github.com/coindirect/examples-java

Recommendation

It's recommended to create an instance of CoindirectApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

support@coindirect.com

org.coindirect

Coindirect.com

Peer to Peer Crypto asset market place and traditional exchange.

Версии библиотеки

Версия
1.0.2
1.0.1