GroupId | GroupIdml.combust.mleap |
---|---|
ArtifactId | ArtifactIdmleap-runtime_2.12 |
Version | Version0.16.0 |
Type | Typejar |
Filename | Size |
---|---|
mleap-runtime_2.12-0.16.0.pom | |
mleap-runtime_2.12-0.16.0.jar | 1 MB |
mleap-runtime_2.12-0.16.0-sources.jar | 128 KB |
mleap-runtime_2.12-0.16.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.combust.mleap/mleap-runtime_2.12/ -->
<dependency>
<groupId>ml.combust.mleap</groupId>
<artifactId>mleap-runtime_2.12</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/ml.combust.mleap/mleap-runtime_2.12/
implementation 'ml.combust.mleap:mleap-runtime_2.12:0.16.0'
// https://jarcasting.com/artifacts/ml.combust.mleap/mleap-runtime_2.12/
implementation ("ml.combust.mleap:mleap-runtime_2.12:0.16.0")
'ml.combust.mleap:mleap-runtime_2.12:jar:0.16.0'
<dependency org="ml.combust.mleap" name="mleap-runtime_2.12" rev="0.16.0">
<artifact name="mleap-runtime_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.combust.mleap', module='mleap-runtime_2.12', version='0.16.0')
)
libraryDependencies += "ml.combust.mleap" % "mleap-runtime_2.12" % "0.16.0"
[ml.combust.mleap/mleap-runtime_2.12 "0.16.0"]