s

servicemix-vfs

Provides support for reading from and writing to virtual file systems via the enterprise service bus by using the Apache commons-vfs library.
Files download
File Operation
servicemix-vfs-2013.01.jar download
servicemix-vfs-2013.01.pom download
servicemix-vfs-2013.01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-vfs</artifactId>
  <version>2013.01</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-vfs:2013.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-vfs:2013.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-vfs" % "2013.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-vfs', version='2013.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-vfs" rev="2013.01" />
Leiningen
[org.apache.servicemix/servicemix-vfs "2013.01"]
Apache Buildr
'org.apache.servicemix:servicemix-vfs:jar:2013.01'