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