m

meta-client

Java client for tapis-metaapi web application
Files download
File Operation
meta-client-1.3.jar download
meta-client-1.3.pom download
meta-client-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.utexas.tacc.tapis</groupId>
  <artifactId>meta-client</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'edu.utexas.tacc.tapis:meta-client:1.3'
Gradle Kotlin
implementation("edu.utexas.tacc.tapis:meta-client:1.3")
Scala SBT
libraryDependencies += "edu.utexas.tacc.tapis" % "meta-client" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='edu.utexas.tacc.tapis', module='meta-client', version='1.3')
)
Apache Ivy
<dependency org="edu.utexas.tacc.tapis" name="meta-client" rev="1.3" />
Leiningen
[edu.utexas.tacc.tapis/meta-client "1.3"]
Apache Buildr
'edu.utexas.tacc.tapis:meta-client:jar:1.3'