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