f

filesystem

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