License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdio.keen |
ArtifactId | ArtifactIdkeen-client-api-java |
Version | Version5.6.0 |
Type | Typejar |
Description |
DescriptionKeen API in Java
Java Client API for Keen
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.keen/keen-client-api-java/ -->
<dependency>
<groupId>io.keen</groupId>
<artifactId>keen-client-api-java</artifactId>
<version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.keen/keen-client-api-java/
implementation 'io.keen:keen-client-api-java:5.6.0'
// https://jarcasting.com/artifacts/io.keen/keen-client-api-java/
implementation ("io.keen:keen-client-api-java:5.6.0")
'io.keen:keen-client-api-java:jar:5.6.0'
<dependency org="io.keen" name="keen-client-api-java" rev="5.6.0">
<artifact name="keen-client-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.keen', module='keen-client-api-java', version='5.6.0')
)
libraryDependencies += "io.keen" % "keen-client-api-java" % "5.6.0"
[io.keen/keen-client-api-java "5.6.0"]
Group / Artifact | Type | Version |
---|---|---|
io.keen : keen-client-java-core | jar | 5.6.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.5 |
commons-io : commons-io | jar | 2.4 |