<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.poi</artifactId>
<version>3.9_2</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:3.9_2'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:3.9_2")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.poi" % "3.9_2"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.poi', version='3.9_2')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.poi" rev="3.9_2" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>10</version> </parent>
compile
|-- commons-codec:commons-codec:1.5
|-- org.apache.poi:poi-ooxml-schemas:3.9
|-- org.apache.xmlbeans:xmlbeans:2.3.0
runtime
|-- commons-logging:commons-logging:1.1
|-- avalon-framework:avalon-framework:4.1.3