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