is not current version
Last Version 13

org.mortbay.jetty:jetty-parent 8


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-parent
Version

Version

8
Type

Type

pom

Download jetty-parent 8

Filename Size
jetty-parent-8.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-parent/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-parent</artifactId>
    <version>8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-parent/
implementation 'org.mortbay.jetty:jetty-parent:8'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-parent/
implementation ("org.mortbay.jetty:jetty-parent:8")
'org.mortbay.jetty:jetty-parent:pom:8'
<dependency org="org.mortbay.jetty" name="jetty-parent" rev="8">
  <artifact name="jetty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-parent', version='8')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-parent" % "8"
[org.mortbay.jetty/jetty-parent "8"]