is not current version
Last Version 4.8.0

org.wso2.carbon.commons:logging 4.3.4


Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

org.wso2.carbon.commons
ArtifactId

ArtifactId

logging
Version

Version

4.3.4
Type

Type

pom

Download logging 4.3.4

Filename Size
logging-4.3.4.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging/ -->
<dependency>
    <groupId>org.wso2.carbon.commons</groupId>
    <artifactId>logging</artifactId>
    <version>4.3.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging/
implementation 'org.wso2.carbon.commons:logging:4.3.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging/
implementation ("org.wso2.carbon.commons:logging:4.3.4")
'org.wso2.carbon.commons:logging:pom:4.3.4'
<dependency org="org.wso2.carbon.commons" name="logging" rev="4.3.4">
  <artifact name="logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='logging', version='4.3.4')
)
libraryDependencies += "org.wso2.carbon.commons" % "logging" % "4.3.4"
[org.wso2.carbon.commons/logging "4.3.4"]