| Group ID: |
com.gravityrd |
| Artifact ID: |
java-client |
| Version: |
1.4.1 |
| Last modified: |
06.03.2017 11:37 |
| Packaging: |
jar |
| Name: |
java-client |
| Description: |
Gravity Java client to access recommendation engine. |
| URL: |
https://gravityrd.com |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/gravityrd/java-client/1.4.1/java-client-1.4.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gravityrd</groupId>
<artifactId>java-client</artifactId>
<version>1.4.1</version>
<name>java-client</name>
<description>Gravity Java client to access recommendation engine.</description>
<url>https://gravityrd.com</url>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>gravityrd</id>
<name>Gravity R&D</name>
<email>support@gravityrd.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/gravityrd/java-client</connection>
<developerConnection>git@github.com:gravityrd/java-client.git</developerConnection>
<url>https://github.com/gravityrd/java-client.git</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gravityrd</groupId>
<artifactId>jsondto</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.gravityrd</groupId>
<artifactId>java-client</artifactId>
<version>1.4.1</version>
</dependency>
|
| Gradle: |
com.gravityrd:java-client:1.4.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|