GroupId | GroupIdorg.apache.ignite |
---|---|
ArtifactId | ArtifactIdignite-ml-spark-model-parser |
Version | Version2.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-ml-spark-model-parser/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-spark-model-parser</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-ml-spark-model-parser/
implementation 'org.apache.ignite:ignite-ml-spark-model-parser:2.9.1'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-ml-spark-model-parser/
implementation ("org.apache.ignite:ignite-ml-spark-model-parser:2.9.1")
'org.apache.ignite:ignite-ml-spark-model-parser:jar:2.9.1'
<dependency org="org.apache.ignite" name="ignite-ml-spark-model-parser" rev="2.9.1">
<artifact name="ignite-ml-spark-model-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-ml-spark-model-parser', version='2.9.1')
)
libraryDependencies += "org.apache.ignite" % "ignite-ml-spark-model-parser" % "2.9.1"
[org.apache.ignite/ignite-ml-spark-model-parser "2.9.1"]