is not current version
Last Version 13

org.mortbay.jetty:jetty-parent 7


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-parent
Version

Version

7
Type

Type

pom

Download jetty-parent 7

Filename Size
jetty-parent-7.pom 12 KB
Browse

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