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 |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.utexas.tacc.tapis |
ArtifactId | ArtifactIdmeta-client-tst |
Last Version | Last Version1.11.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTapis Meta Client
Java client for tapis-metaapi web application
|
Filename | Size |
---|---|
meta-client-tst-1.11.4.pom | |
meta-client-tst-1.11.4.jar | 4 MB |
meta-client-tst-1.11.4-sources.jar | 56 KB |
meta-client-tst-1.11.4-javadoc.jar | 586 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/meta-client-tst/ -->
<dependency>
<groupId>edu.utexas.tacc.tapis</groupId>
<artifactId>meta-client-tst</artifactId>
<version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/meta-client-tst/
implementation 'edu.utexas.tacc.tapis:meta-client-tst:1.11.4'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/meta-client-tst/
implementation ("edu.utexas.tacc.tapis:meta-client-tst:1.11.4")
'edu.utexas.tacc.tapis:meta-client-tst:jar:1.11.4'
<dependency org="edu.utexas.tacc.tapis" name="meta-client-tst" rev="1.11.4">
<artifact name="meta-client-tst" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='meta-client-tst', version='1.11.4')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "meta-client-tst" % "1.11.4"
[edu.utexas.tacc.tapis/meta-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.