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