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