is not current version
Last Version 1.11.22

edu.utexas.tacc.tapis:shared 1.11.13

Shared code for Java clients

GroupId

GroupId

edu.utexas.tacc.tapis
ArtifactId

ArtifactId

shared
Version

Version

1.11.13
Type

Type

jar

Download shared 1.11.13


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