| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJetty Container Application Servers Logging Application Layer Libs | 
        
| GroupId | GroupIdorg.mortbay.jetty.testwars | 
    
| ArtifactId | ArtifactIdtest-war-commons_logging_1.1 | 
    
| Version | Version9.0.0.v20130315 | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionJetty :: Logging Test War :: Commons Logging 1.1 
            Parent pom for Jetty at Codehaus 
         | 
    
| Project Organization | 
                    Project OrganizationMort Bay Consulting | 
            
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-commons_logging_1.1/ -->
<dependency>
    <groupId>org.mortbay.jetty.testwars</groupId>
    <artifactId>test-war-commons_logging_1.1</artifactId>
    <version>9.0.0.v20130315</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-commons_logging_1.1/
implementation 'org.mortbay.jetty.testwars:test-war-commons_logging_1.1:9.0.0.v20130315'
                // https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-commons_logging_1.1/
implementation ("org.mortbay.jetty.testwars:test-war-commons_logging_1.1:9.0.0.v20130315")
                'org.mortbay.jetty.testwars:test-war-commons_logging_1.1:war:9.0.0.v20130315'
                <dependency org="org.mortbay.jetty.testwars" name="test-war-commons_logging_1.1" rev="9.0.0.v20130315">
  <artifact name="test-war-commons_logging_1.1" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-commons_logging_1.1', version='9.0.0.v20130315')
)
                libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-commons_logging_1.1" % "9.0.0.v20130315"
                [org.mortbay.jetty.testwars/test-war-commons_logging_1.1 "9.0.0.v20130315"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging-api | jar | 1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |