is not current version
Last Version 0.9.5

io.prediction:sdk 0.8.2

The PredictionIO Java SDK includes an API client and sample code.

GroupId

GroupId

io.prediction
ArtifactId

ArtifactId

sdk
Version

Version

0.8.2
Type

Type

pom

Download sdk 0.8.2

Filename Size
sdk-0.8.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/io.prediction/sdk/ -->
<dependency>
    <groupId>io.prediction</groupId>
    <artifactId>sdk</artifactId>
    <version>0.8.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prediction/sdk/
implementation 'io.prediction:sdk:0.8.2'
// https://jarcasting.com/artifacts/io.prediction/sdk/
implementation ("io.prediction:sdk:0.8.2")
'io.prediction:sdk:pom:0.8.2'
<dependency org="io.prediction" name="sdk" rev="0.8.2">
  <artifact name="sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prediction', module='sdk', version='0.8.2')
)
libraryDependencies += "io.prediction" % "sdk" % "0.8.2"
[io.prediction/sdk "0.8.2"]