| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdedu.utexas.tacc.tapis |
| ArtifactId | ArtifactIdsystems-client |
| Version | Version1.11.21 |
| Type | Typejar |
| Filename | Size |
|---|---|
| systems-client-1.11.21.pom | |
| systems-client-1.11.21.jar | 5 MB |
| systems-client-1.11.21-sources.jar | 96 KB |
| systems-client-1.11.21-javadoc.jar | 906 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/systems-client/ -->
<dependency>
<groupId>edu.utexas.tacc.tapis</groupId>
<artifactId>systems-client</artifactId>
<version>1.11.21</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/systems-client/
implementation 'edu.utexas.tacc.tapis:systems-client:1.11.21'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/systems-client/
implementation ("edu.utexas.tacc.tapis:systems-client:1.11.21")
'edu.utexas.tacc.tapis:systems-client:jar:1.11.21'
<dependency org="edu.utexas.tacc.tapis" name="systems-client" rev="1.11.21">
<artifact name="systems-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='systems-client', version='1.11.21')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "systems-client" % "1.11.21"
[edu.utexas.tacc.tapis/systems-client "1.11.21"]