Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.prediction |
ArtifactId | ArtifactIdclient |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.7.0.pom | |
client-0.7.0.jar | 22 KB |
client-0.7.0-sources.jar | 16 KB |
client-0.7.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prediction/client/ -->
<dependency>
<groupId>io.prediction</groupId>
<artifactId>client</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prediction/client/
implementation 'io.prediction:client:0.7.0'
// https://jarcasting.com/artifacts/io.prediction/client/
implementation ("io.prediction:client:0.7.0")
'io.prediction:client:jar:0.7.0'
<dependency org="io.prediction" name="client" rev="0.7.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prediction', module='client', version='0.7.0')
)
libraryDependencies += "io.prediction" % "client" % "0.7.0"
[io.prediction/client "0.7.0"]