License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.recombee |
ArtifactId | ArtifactIdapi-client |
Version | Version3.2.0 |
Type | Typejar |
Description |
DescriptionRecombee API Client
A client library for easy use of the Recombee recommendation API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-client-3.2.0.pom | |
api-client-3.2.0.jar | 125 KB |
api-client-3.2.0-sources.jar | 109 KB |
api-client-3.2.0-javadoc.jar | 637 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.recombee/api-client/ -->
<dependency>
<groupId>com.recombee</groupId>
<artifactId>api-client</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.recombee/api-client/
implementation 'com.recombee:api-client:3.2.0'
// https://jarcasting.com/artifacts/com.recombee/api-client/
implementation ("com.recombee:api-client:3.2.0")
'com.recombee:api-client:jar:3.2.0'
<dependency org="com.recombee" name="api-client" rev="3.2.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.recombee', module='api-client', version='3.2.0')
)
libraryDependencies += "com.recombee" % "api-client" % "3.2.0"
[com.recombee/api-client "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
junit : junit | jar | 4.13.1 |
commons-lang : commons-lang | jar | 2.6 |
commons-codec : commons-codec | jar | 1.10 |