License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.kraken.client |
ArtifactId | ArtifactIdclient |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionKraken.io REST client
A sync/async JAX-RS based REST client for Kraken.io
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.1.1.pom | |
client-1.1.1.jar | 48 KB |
client-1.1.1-sources.jar | 34 KB |
client-1.1.1-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kraken.client/client/ -->
<dependency>
<groupId>io.kraken.client</groupId>
<artifactId>client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kraken.client/client/
implementation 'io.kraken.client:client:1.1.1'
// https://jarcasting.com/artifacts/io.kraken.client/client/
implementation ("io.kraken.client:client:1.1.1")
'io.kraken.client:client:jar:1.1.1'
<dependency org="io.kraken.client" name="client" rev="1.1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kraken.client', module='client', version='1.1.1')
)
libraryDependencies += "io.kraken.client" % "client" % "1.1.1"
[io.kraken.client/client "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | [2.9.8] |
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.8] |
com.fasterxml.jackson.core : jackson-annotations | jar | [2.9.8] |
com.google.guava : guava | jar | 18.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.slf4j : slf4j-api | jar | 1.7.23 |
org.glassfish.jersey.core : jersey-client | jar | 2.25 |
org.glassfish.jersey.media : jersey-media-multipart | jar | 2.25 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.5 |
org.apache.logging.log4j : log4j-core | jar | 2.5 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.5 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.23 |
org.slf4j : jul-to-slf4j | jar | 1.7.23 |
org.mockito : mockito-core | jar | 3.2.0 |
org.mock-server : mockserver-netty | jar | 3.9.17 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
commons-fileupload : commons-fileupload | jar | 1.4 |
net.javacrumbs.json-unit : json-unit | jar | 2.11.1 |