is not current version
Last Version 4.0.0

com.recombee:api-client 1.3

A client library for easy use of the Recombee recommendation API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.recombee
ArtifactId

ArtifactId

api-client
Version

Version

1.3
Type

Type

jar

Download api-client 1.3


<!-- https://jarcasting.com/artifacts/com.recombee/api-client/ -->
<dependency>
    <groupId>com.recombee</groupId>
    <artifactId>api-client</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.recombee/api-client/
implementation 'com.recombee:api-client:1.3'
// https://jarcasting.com/artifacts/com.recombee/api-client/
implementation ("com.recombee:api-client:1.3")
'com.recombee:api-client:jar:1.3'
<dependency org="com.recombee" name="api-client" rev="1.3">
  <artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.recombee', module='api-client', version='1.3')
)
libraryDependencies += "com.recombee" % "api-client" % "1.3"
[com.recombee/api-client "1.3"]