License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.wso2.appserver.shade.commons-logging |
ArtifactId | ArtifactIdcommons-logging-shaded |
Last Version | Last Version1.2.0.wso2v1-m3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSO2 Application Server Parent Pom of feature modules
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-logging/commons-logging-shaded/ -->
<dependency>
<groupId>org.wso2.appserver.shade.commons-logging</groupId>
<artifactId>commons-logging-shaded</artifactId>
<version>1.2.0.wso2v1-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-logging/commons-logging-shaded/
implementation 'org.wso2.appserver.shade.commons-logging:commons-logging-shaded:1.2.0.wso2v1-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-logging/commons-logging-shaded/
implementation ("org.wso2.appserver.shade.commons-logging:commons-logging-shaded:1.2.0.wso2v1-m3")
'org.wso2.appserver.shade.commons-logging:commons-logging-shaded:jar:1.2.0.wso2v1-m3'
<dependency org="org.wso2.appserver.shade.commons-logging" name="commons-logging-shaded" rev="1.2.0.wso2v1-m3">
<artifact name="commons-logging-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver.shade.commons-logging', module='commons-logging-shaded', version='1.2.0.wso2v1-m3')
)
libraryDependencies += "org.wso2.appserver.shade.commons-logging" % "commons-logging-shaded" % "1.2.0.wso2v1-m3"
[org.wso2.appserver.shade.commons-logging/commons-logging-shaded "1.2.0.wso2v1-m3"]