f

files-client

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