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