MVN

org.apache.systemml : systemml

Maven & Gradle

Aug 17, 2018
980 stars

SystemML · Declarative Machine Learning

<dependency>
    <groupId>org.apache.systemml</groupId>
    <artifactId>systemml</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.systemml : systemml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.apache.systemml : systemml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
systemml-1.2.0
1.1.x
systemml-1.1.0
1.0.x
systemml-1.0.0
0.15.x
systemml-0.15.0
0.14.x
systemml-0.14.0-incubating
0.13.x
systemml-0.13.0-incubating
0.12.x
systemml-0.12.0-incubating
0.11.x
systemml-0.11.0-incubating
0.10.x
systemml-0.10.0-incubating
0.9.x
systemml-0.9.0-incubating

How to add a dependency to Maven

Add the following org.apache.systemml : systemml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.systemml</groupId>
    <artifactId>systemml</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.systemml : systemml gradle dependency to your build.gradle file:

implementation 'org.apache.systemml:systemml:1.2.0'

Gradle Kotlin DSL: Add the following org.apache.systemml : systemml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.systemml:systemml:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.systemml : systemml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.systemml" % "systemml" % "1.2.0"

Advertisement