File | Operation |
---|---|
examples-parent-9.4.13.v20181111.pom | download |
<dependency>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>9.4.13.v20181111</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.jetty.examples" % "examples-parent" % "9.4.13.v20181111"
@Grapes(
@Grab(group='org.eclipse.jetty.examples', module='examples-parent', version='9.4.13.v20181111')
)
<dependency org="org.eclipse.jetty.examples" name="examples-parent" rev="9.4.13.v20181111" />
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.4.13.v20181111</version> </parent>