is not current version
Last Version 0.9.5

io.prediction:client 0.8.3


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prediction
ArtifactId

ArtifactId

client
Version

Version

0.8.3
Type

Type

jar

Download client 0.8.3


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