<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.poi</artifactId>
<version>4.0.1_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:4.0.1_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:4.0.1_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.poi" % "4.0.1_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.poi', version='4.0.1_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.poi" rev="4.0.1_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>13</version> </parent>
compile
|-- commons-codec:commons-codec:1.11
|-- org.apache.commons:commons-collections4:4.2
|-- org.apache.commons:commons-math3:3.6.1
|-- org.apache.commons:commons-compress:1.18
|-- com.github.virtuald:curvesapi:1.05
runtime
|-- commons-logging:commons-logging:1.1
|-- avalon-framework:avalon-framework:4.1.3