is not current version
Last Version 3.0.0

org.apache.systemds:systemds 2.2.2

An open source ML system for the end-to-end data science lifecycle

GroupId

GroupId

org.apache.systemds
ArtifactId

ArtifactId

systemds
Version

Version

2.2.2
Type

Type

jar

Download systemds 2.2.2


<!-- https://jarcasting.com/artifacts/org.apache.systemds/systemds/ -->
<dependency>
    <groupId>org.apache.systemds</groupId>
    <artifactId>systemds</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.systemds/systemds/
implementation 'org.apache.systemds:systemds:2.2.2'
// https://jarcasting.com/artifacts/org.apache.systemds/systemds/
implementation ("org.apache.systemds:systemds:2.2.2")
'org.apache.systemds:systemds:jar:2.2.2'
<dependency org="org.apache.systemds" name="systemds" rev="2.2.2">
  <artifact name="systemds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.systemds', module='systemds', version='2.2.2')
)
libraryDependencies += "org.apache.systemds" % "systemds" % "2.2.2"
[org.apache.systemds/systemds "2.2.2"]