File | Operation |
---|---|
project-2.44.pom | download |
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>project</artifactId>
<version>2.44</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='project', version='2.44')
)
<parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <version>2.44</version> </parent>