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