| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface Logging Application Layer Libs | 
        
| GroupId | GroupIdorg.eclipse.birt.runtime | 
    
| ArtifactId | ArtifactIdorg.apache.commons.logging | 
    
| Version | Version1.1.1.v201101211721 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.apache.commons.logging_1.1.1.v201101211721.jar 
            A component of the BIRT runtime 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.apache.commons.logging/ -->
<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.apache.commons.logging</artifactId>
    <version>1.1.1.v201101211721</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.apache.commons.logging/
implementation 'org.eclipse.birt.runtime:org.apache.commons.logging:1.1.1.v201101211721'
                // https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.apache.commons.logging/
implementation ("org.eclipse.birt.runtime:org.apache.commons.logging:1.1.1.v201101211721")
                'org.eclipse.birt.runtime:org.apache.commons.logging:jar:1.1.1.v201101211721'
                <dependency org="org.eclipse.birt.runtime" name="org.apache.commons.logging" rev="1.1.1.v201101211721">
  <artifact name="org.apache.commons.logging" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.birt.runtime', module='org.apache.commons.logging', version='1.1.1.v201101211721')
)
                libraryDependencies += "org.eclipse.birt.runtime" % "org.apache.commons.logging" % "1.1.1.v201101211721"
                [org.eclipse.birt.runtime/org.apache.commons.logging "1.1.1.v201101211721"]