| Categories | CategoriesJetty Container Application Servers CLI User Interface Distribution Build Tools | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-distribution | 
| Version | Version7.6.4.v20120524 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| jetty-distribution-7.6.4.v20120524.pom | |
| jetty-distribution-7.6.4.v20120524.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.4.v20120524</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation 'org.eclipse.jetty:jetty-distribution:7.6.4.v20120524'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation ("org.eclipse.jetty:jetty-distribution:7.6.4.v20120524")'org.eclipse.jetty:jetty-distribution:pom:7.6.4.v20120524'<dependency org="org.eclipse.jetty" name="jetty-distribution" rev="7.6.4.v20120524">
  <artifact name="jetty-distribution" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-distribution', version='7.6.4.v20120524')
)libraryDependencies += "org.eclipse.jetty" % "jetty-distribution" % "7.6.4.v20120524"[org.eclipse.jetty/jetty-distribution "7.6.4.v20120524"]