GroupId | GroupIdio.prediction |
---|---|
ArtifactId | ArtifactIdsdk |
Version | Version0.8.2 |
Type | Typepom |
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"]