| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-home | 
| Version | Version9.4.14.v20181114 | 
| Type | Typepom | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-home</artifactId>
    <version>9.4.14.v20181114</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/
implementation 'org.eclipse.jetty:jetty-home:9.4.14.v20181114'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/
implementation ("org.eclipse.jetty:jetty-home:9.4.14.v20181114")'org.eclipse.jetty:jetty-home:pom:9.4.14.v20181114'<dependency org="org.eclipse.jetty" name="jetty-home" rev="9.4.14.v20181114">
  <artifact name="jetty-home" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-home', version='9.4.14.v20181114')
)libraryDependencies += "org.eclipse.jetty" % "jetty-home" % "9.4.14.v20181114"[org.eclipse.jetty/jetty-home "9.4.14.v20181114"]