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