s

servicemix-vfs

A Commons-VFS component
文件下载
文件名 操作
servicemix-vfs-2009.02.jar 下载
servicemix-vfs-2009.02.pom 下载
servicemix-vfs-2009.02-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-vfs</artifactId>
  <version>2009.02</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-vfs:2009.02'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-vfs:2009.02")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-vfs" % "2009.02"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-vfs', version='2009.02')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-vfs" rev="2009.02" />
Leiningen
[org.apache.servicemix/servicemix-vfs "2009.02"]
Apache Buildr
'org.apache.servicemix:servicemix-vfs:jar:2009.02'