s

systems-client

Java client for Systems Service
文件下载
文件名 操作
systems-client-1.5.jar 下载
systems-client-1.5.pom 下载
systems-client-1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>edu.utexas.tacc.tapis</groupId>
  <artifactId>systems-client</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'edu.utexas.tacc.tapis:systems-client:1.5'
Gradle Kotlin
implementation("edu.utexas.tacc.tapis:systems-client:1.5")
Scala SBT
libraryDependencies += "edu.utexas.tacc.tapis" % "systems-client" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='edu.utexas.tacc.tapis', module='systems-client', version='1.5')
)
Apache Ivy
<dependency org="edu.utexas.tacc.tapis" name="systems-client" rev="1.5" />
Leiningen
[edu.utexas.tacc.tapis/systems-client "1.5"]
Apache Buildr
'edu.utexas.tacc.tapis:systems-client:jar:1.5'