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