o

org.apache.servicemix.bundles.commons-io

This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
Files download
File Operation
org.apache.servicemix.bundles.commons-io-1.4_2.jar download
org.apache.servicemix.bundles.commons-io-1.4_2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
  <version>1.4_2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-io:1.4_2'
Gradle Kotlin
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-io:1.4_2")
Scala SBT
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.commons-io" % "1.4_2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.commons-io', version='1.4_2')
)
Apache Ivy
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.commons-io" rev="1.4_2" />
Leiningen
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-io "1.4_2"]
Apache Buildr
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-io:jar:1.4_2'