f

filesystem

jclouds components to access filesystem
Files download
File Operation
filesystem-1.9.0.jar download
filesystem-1.9.0.pom download
filesystem-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.jclouds.api</groupId>
  <artifactId>filesystem</artifactId>
  <version>1.9.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds.api:filesystem:1.9.0'
Gradle Kotlin
implementation("org.apache.jclouds.api:filesystem:1.9.0")
Scala SBT
libraryDependencies += "org.apache.jclouds.api" % "filesystem" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds.api', module='filesystem', version='1.9.0')
)
Apache Ivy
<dependency org="org.apache.jclouds.api" name="filesystem" rev="1.9.0" />
Leiningen
[org.apache.jclouds.api/filesystem "1.9.0"]
Apache Buildr
'org.apache.jclouds.api:filesystem:jar:1.9.0'