License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdio.instacount |
ArtifactId | ArtifactIdinstacount-java-client |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionInstacount API Java Client
Java client for the Instacount API based upon the Netflix Feign library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.instacount/instacount-java-client/ -->
<dependency>
<groupId>io.instacount</groupId>
<artifactId>instacount-java-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.instacount/instacount-java-client/
implementation 'io.instacount:instacount-java-client:1.0.2'
// https://jarcasting.com/artifacts/io.instacount/instacount-java-client/
implementation ("io.instacount:instacount-java-client:1.0.2")
'io.instacount:instacount-java-client:jar:1.0.2'
<dependency org="io.instacount" name="instacount-java-client" rev="1.0.2">
<artifact name="instacount-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.instacount', module='instacount-java-client', version='1.0.2')
)
libraryDependencies += "io.instacount" % "instacount-java-client" % "1.0.2"
[io.instacount/instacount-java-client "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.feign : feign-core | jar | 8.13.1 |
com.netflix.feign : feign-jackson | jar | 8.13.1 |
com.netflix.feign : feign-httpclient | jar | 8.13.1 |
com.netflix.feign : feign-okhttp | jar | 8.13.1 |
com.netflix.feign : feign-ribbon | jar | 8.13.1 |
com.google.guava : guava | jar | 18.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.6.3 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.6.3 |
com.sappenin.utils : java-utils | jar | 1.1.2 |
com.sappenin.utils.rest : rest-utils2 | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |