Categories |
CategoriesCLI User Interface Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.eclipse.birt.runtime |
ArtifactId | ArtifactIdorg.apache.commons.logging |
Version | Version1.0.4.v201101211617 |
Type | Typejar |
<!-- 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.0.4.v201101211617</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.apache.commons.logging/
implementation 'org.eclipse.birt.runtime:org.apache.commons.logging:1.0.4.v201101211617'
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.apache.commons.logging/
implementation ("org.eclipse.birt.runtime:org.apache.commons.logging:1.0.4.v201101211617")
'org.eclipse.birt.runtime:org.apache.commons.logging:jar:1.0.4.v201101211617'
<dependency org="org.eclipse.birt.runtime" name="org.apache.commons.logging" rev="1.0.4.v201101211617">
<artifact name="org.apache.commons.logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.birt.runtime', module='org.apache.commons.logging', version='1.0.4.v201101211617')
)
libraryDependencies += "org.eclipse.birt.runtime" % "org.apache.commons.logging" % "1.0.4.v201101211617"
[org.eclipse.birt.runtime/org.apache.commons.logging "1.0.4.v201101211617"]