<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.velocity-tools</artifactId>
<version>2.0_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity-tools:2.0_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity-tools:2.0_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.velocity-tools" % "2.0_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.velocity-tools', version='2.0_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.velocity-tools" rev="2.0_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>8</version> </parent>
compile
|-- commons-beanutils:commons-beanutils:1.7.0
|-- commons-digester:commons-digester:1.8
|-- commons-chain:commons-chain:1.1
|-- commons-collections:commons-collections:3.2
|-- commons-logging:commons-logging:1.1
|-- javax.servlet:servlet-api:2.3
|-- commons-validator:commons-validator:1.3.1
|-- dom4j:dom4j:1.1
|-- oro:oro:2.0.8
|-- org.apache.struts:struts-core:1.3.8
|-- org.apache.struts:struts-taglib:1.3.8
|-- org.apache.struts:struts-tiles:1.3.8