tapis-client-java
Top level wrapper for all java client SDKs
After updating and pushing to github run the jenkins job
Tapis jobs -> DEV -> Client-Java-Build-Publish
to build and push the latest snapshot version to the maven repo.
| Categories |
CategoriesSecurity CLI User Interface |
|---|---|
| GroupId | GroupIdedu.utexas.tacc.tapis |
| ArtifactId | ArtifactIdsecurity-client-tst |
| Last Version | Last Version1.11.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTapis Security Client
Java client for tapis-securityapi web application
|
| Filename | Size |
|---|---|
| security-client-tst-1.11.4.pom | |
| security-client-tst-1.11.4.jar | 4 MB |
| security-client-tst-1.11.4-sources.jar | 150 KB |
| security-client-tst-1.11.4-javadoc.jar | 1007 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client-tst/ -->
<dependency>
<groupId>edu.utexas.tacc.tapis</groupId>
<artifactId>security-client-tst</artifactId>
<version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client-tst/
implementation 'edu.utexas.tacc.tapis:security-client-tst:1.11.4'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client-tst/
implementation ("edu.utexas.tacc.tapis:security-client-tst:1.11.4")
'edu.utexas.tacc.tapis:security-client-tst:jar:1.11.4'
<dependency org="edu.utexas.tacc.tapis" name="security-client-tst" rev="1.11.4">
<artifact name="security-client-tst" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='security-client-tst', version='1.11.4')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "security-client-tst" % "1.11.4"
[edu.utexas.tacc.tapis/security-client-tst "1.11.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| ${project.groupId} » shared-tst | jar | 1.11.4 |
| junit : junit | jar | |
| com.google.code.findbugs : jsr305 | jar | |
| org.apache.commons : commons-lang3 | jar | |
| com.squareup.okhttp3 : okhttp | jar | |
| com.squareup.okhttp3 : logging-interceptor | jar | |
| com.google.code.gson : gson | jar | |
| io.gsonfire : gson-fire | jar | |
| org.threeten : threetenbp | jar | |
| javax.annotation : javax.annotation-api | jar | |
| io.swagger : swagger-annotations | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar |
Top level wrapper for all java client SDKs
After updating and pushing to github run the jenkins job
Tapis jobs -> DEV -> Client-Java-Build-Publish
to build and push the latest snapshot version to the maven repo.