GroupId | GroupIdml.combust.mleap |
---|---|
ArtifactId | ArtifactIdmleap-core_2.10 |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
mleap-core_2.10-0.5.0.pom | |
mleap-core_2.10-0.5.0.jar | 512 KB |
mleap-core_2.10-0.5.0-sources.jar | 61 KB |
mleap-core_2.10-0.5.0-javadoc.jar | 893 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.combust.mleap/mleap-core_2.10/ -->
<dependency>
<groupId>ml.combust.mleap</groupId>
<artifactId>mleap-core_2.10</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ml.combust.mleap/mleap-core_2.10/
implementation 'ml.combust.mleap:mleap-core_2.10:0.5.0'
// https://jarcasting.com/artifacts/ml.combust.mleap/mleap-core_2.10/
implementation ("ml.combust.mleap:mleap-core_2.10:0.5.0")
'ml.combust.mleap:mleap-core_2.10:jar:0.5.0'
<dependency org="ml.combust.mleap" name="mleap-core_2.10" rev="0.5.0">
<artifact name="mleap-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.combust.mleap', module='mleap-core_2.10', version='0.5.0')
)
libraryDependencies += "ml.combust.mleap" % "mleap-core_2.10" % "0.5.0"
[ml.combust.mleap/mleap-core_2.10 "0.5.0"]