| Categories | CategoriesJetty Container Application Servers CLI User Interface Distribution Build Tools | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-distribution | 
| Version | Version11.0.0-alpha0 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| jetty-distribution-11.0.0-alpha0.pom | |
| jetty-distribution-11.0.0-alpha0.zip | 17 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-distribution</artifactId>
    <version>11.0.0-alpha0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation 'org.eclipse.jetty:jetty-distribution:11.0.0-alpha0'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation ("org.eclipse.jetty:jetty-distribution:11.0.0-alpha0")'org.eclipse.jetty:jetty-distribution:pom:11.0.0-alpha0'<dependency org="org.eclipse.jetty" name="jetty-distribution" rev="11.0.0-alpha0">
  <artifact name="jetty-distribution" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-distribution', version='11.0.0-alpha0')
)libraryDependencies += "org.eclipse.jetty" % "jetty-distribution" % "11.0.0-alpha0"[org.eclipse.jetty/jetty-distribution "11.0.0-alpha0"]