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