License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.gravityrd |
ArtifactId | ArtifactIdjava-client |
Version | Version1.5.2 |
Type | Typejar |
Description |
Descriptionjava-client
Gravity Java client to access recommendation engine.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-client-1.5.2.pom | |
java-client-1.5.2.jar | 15 KB |
java-client-1.5.2-sources.jar | 6 KB |
java-client-1.5.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gravityrd/java-client/ -->
<dependency>
<groupId>com.gravityrd</groupId>
<artifactId>java-client</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gravityrd/java-client/
implementation 'com.gravityrd:java-client:1.5.2'
// https://jarcasting.com/artifacts/com.gravityrd/java-client/
implementation ("com.gravityrd:java-client:1.5.2")
'com.gravityrd:java-client:jar:1.5.2'
<dependency org="com.gravityrd" name="java-client" rev="1.5.2">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gravityrd', module='java-client', version='1.5.2')
)
libraryDependencies += "com.gravityrd" % "java-client" % "1.5.2"
[com.gravityrd/java-client "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
com.gravityrd : jsondto | jar | 1.4.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.2 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |