GroupId | GroupIdio.prediction |
---|---|
ArtifactId | ArtifactIdsdk |
Version | Version0.6.0 |
Type | Typepom |
Filename | Size |
---|---|
sdk-0.6.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prediction/sdk/ -->
<dependency>
<groupId>io.prediction</groupId>
<artifactId>sdk</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prediction/sdk/
implementation 'io.prediction:sdk:0.6.0'
// https://jarcasting.com/artifacts/io.prediction/sdk/
implementation ("io.prediction:sdk:0.6.0")
'io.prediction:sdk:pom:0.6.0'
<dependency org="io.prediction" name="sdk" rev="0.6.0">
<artifact name="sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prediction', module='sdk', version='0.6.0')
)
libraryDependencies += "io.prediction" % "sdk" % "0.6.0"
[io.prediction/sdk "0.6.0"]