GroupId | GroupIdio.prediction |
---|---|
ArtifactId | ArtifactIdcore_2.10 |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
core_2.10-0.8.6.pom | |
core_2.10-0.8.6.jar | 897 KB |
core_2.10-0.8.6-sources.jar | 263 KB |
core_2.10-0.8.6-javadoc.jar | 797 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prediction/core_2.10/ -->
<dependency>
<groupId>io.prediction</groupId>
<artifactId>core_2.10</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.prediction/core_2.10/
implementation 'io.prediction:core_2.10:0.8.6'
// https://jarcasting.com/artifacts/io.prediction/core_2.10/
implementation ("io.prediction:core_2.10:0.8.6")
'io.prediction:core_2.10:jar:0.8.6'
<dependency org="io.prediction" name="core_2.10" rev="0.8.6">
<artifact name="core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prediction', module='core_2.10', version='0.8.6')
)
libraryDependencies += "io.prediction" % "core_2.10" % "0.8.6"
[io.prediction/core_2.10 "0.8.6"]