| Categories | 
                CategoriesJetty Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.mortbay.jetty | 
    
| ArtifactId | ArtifactIdtest-annotation-webapp | 
    
| Version | Version7.0.2.v20100331 | 
        
| Type | Typewar | 
    
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/test-annotation-webapp/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>test-annotation-webapp</artifactId>
    <version>7.0.2.v20100331</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.mortbay.jetty/test-annotation-webapp/
implementation 'org.mortbay.jetty:test-annotation-webapp:7.0.2.v20100331'
                // https://jarcasting.com/artifacts/org.mortbay.jetty/test-annotation-webapp/
implementation ("org.mortbay.jetty:test-annotation-webapp:7.0.2.v20100331")
                'org.mortbay.jetty:test-annotation-webapp:war:7.0.2.v20100331'
                <dependency org="org.mortbay.jetty" name="test-annotation-webapp" rev="7.0.2.v20100331">
  <artifact name="test-annotation-webapp" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.mortbay.jetty', module='test-annotation-webapp', version='7.0.2.v20100331')
)
                libraryDependencies += "org.mortbay.jetty" % "test-annotation-webapp" % "7.0.2.v20100331"
                [org.mortbay.jetty/test-annotation-webapp "7.0.2.v20100331"]