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 | 
| Last Version | Last Version1.11.22 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTapis Security Client Java client for tapis-securityapi web application | 
| Filename | Size | 
|---|---|
| security-client-1.11.22.pom | |
| security-client-1.11.22.jar | 11 MB | 
| security-client-1.11.22-sources.jar | 137 KB | 
| security-client-1.11.22-javadoc.jar | 953 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client/ -->
<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>security-client</artifactId>
    <version>1.11.22</version>
</dependency>// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client/
implementation 'edu.utexas.tacc.tapis:security-client:1.11.22'// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/security-client/
implementation ("edu.utexas.tacc.tapis:security-client:1.11.22")'edu.utexas.tacc.tapis:security-client:jar:1.11.22'<dependency org="edu.utexas.tacc.tapis" name="security-client" rev="1.11.22">
  <artifact name="security-client" type="jar" />
</dependency>@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='security-client', version='1.11.22')
)libraryDependencies += "edu.utexas.tacc.tapis" % "security-client" % "1.11.22"[edu.utexas.tacc.tapis/security-client "1.11.22"]| Group / Artifact | Type | Version | 
|---|---|---|
| ${project.groupId} » shared | jar | 1.11.22 | 
| 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.