api

Swagger Java

License

License

GroupId

GroupId

org.coindirect
ArtifactId

ArtifactId

api
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

api
Swagger Java
Project URL

Project URL

https://github.com/swagger-api/swagger-codegen
Source Code Management

Source Code Management

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

Download api

How to add to project

<!-- 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"]

Dependencies

compile (8)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

[email protected]

org.coindirect

Coindirect.com

Peer to Peer Crypto asset market place and traditional exchange.

Versions

Version
1.0.2
1.0.1