s

shared

Shared code for Java clients
Files download
File Operation
shared-1.11.12.jar download
shared-1.11.12.pom download
shared-1.11.12-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.utexas.tacc.tapis</groupId>
  <artifactId>shared</artifactId>
  <version>1.11.12</version>
</dependency>
Gradle Groovy
implementation 'edu.utexas.tacc.tapis:shared:1.11.12'
Gradle Kotlin
implementation("edu.utexas.tacc.tapis:shared:1.11.12")
Scala SBT
libraryDependencies += "edu.utexas.tacc.tapis" % "shared" % "1.11.12"
Groovy Grape
@Grapes(
  @Grab(group='edu.utexas.tacc.tapis', module='shared', version='1.11.12')
)
Apache Ivy
<dependency org="edu.utexas.tacc.tapis" name="shared" rev="1.11.12" />
Leiningen
[edu.utexas.tacc.tapis/shared "1.11.12"]
Apache Buildr
'edu.utexas.tacc.tapis:shared:jar:1.11.12'