is not current version
Last Version 25

org.eclipse.jetty:jetty-parent 24

Administrative parent pom for Jetty modules

Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-parent
Version

Version

24
Type

Type

pom

Download jetty-parent 24

Filename Size
jetty-parent-24.pom 21 KB
Browse

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