File | Operation |
---|---|
testing-1.0.0.pom | download |
<dependency>
<groupId>org.apache.servicemix.kernel.testing</groupId>
<artifactId>testing</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.kernel.testing', module='testing', version='1.0.0')
)
<parent> <groupId>org.apache.servicemix.kernel</groupId> <artifactId>kernel</artifactId> <version>1.0.0</version> </parent>