| GroupId | GroupIdorg.apache.systemds |
|---|---|
| ArtifactId | ArtifactIdsystemds |
| Version | Version2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| systemds-2.2.2.pom | |
| systemds-2.2.2-src.zip | 49 MB |
| systemds-2.2.2-src.tgz | 39 MB |
| systemds-2.2.2-javadoc.jar | 9 MB |
| systemds-2.2.2-extra.jar | 2 MB |
| systemds-2.2.2-bin.zip | 55 MB |
| systemds-2.2.2-bin.tgz | 54 MB |
| Browse |
<!-- 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"]