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