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