File | Operation |
---|---|
osgi-http-service-1.15.pom | download |
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>osgi-http-service</artifactId>
<version>1.15</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='osgi-http-service', version='1.15')
)
<parent> <groupId>com.sun.jersey.samples</groupId> <artifactId>jersey-samples</artifactId> <version>1.15</version> </parent>