<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.struts</artifactId>
<version>1.3.10_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.struts:1.3.10_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.struts:1.3.10_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.struts" % "1.3.10_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.struts', version='1.3.10_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.struts" rev="1.3.10_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>10</version> </parent>
compile
|-- commons-beanutils:commons-beanutils:1.8.0
|-- commons-chain:commons-chain:1.2
|-- commons-digester:commons-digester:1.8
|-- commons-logging:commons-logging:1.0.4
|-- commons-validator:commons-validator:1.3.1
|-- oro:oro:2.0.8