is not current version
Last Version 11.0.0.beta1

org.eclipse.jetty:jetty-distribution 9.0.0.M3


Categories

Categories

Jetty Container Application Servers CLI User Interface Distribution Build Tools
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-distribution
Version

Version

9.0.0.M3
Type

Type

pom

Download jetty-distribution 9.0.0.M3


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