<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.poi</artifactId>
<version>3.14_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:3.14_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:3.14_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.poi" % "3.14_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.poi', version='3.14_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.poi" rev="3.14_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>12</version> </parent>
compile
|-- commons-codec:commons-codec:1.10
|-- com.github.virtuald:curvesapi:1.03
runtime
|-- commons-logging:commons-logging:1.1
|-- avalon-framework:avalon-framework:4.1.3