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