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