Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdlogging-stubs |
Version | Version4.4.6 |
Type | Typepom |
Filename | Size |
---|---|
logging-stubs-4.4.6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging-stubs/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>logging-stubs</artifactId>
<version>4.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging-stubs/
implementation 'org.wso2.carbon.commons:logging-stubs:4.4.6'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/logging-stubs/
implementation ("org.wso2.carbon.commons:logging-stubs:4.4.6")
'org.wso2.carbon.commons:logging-stubs:pom:4.4.6'
<dependency org="org.wso2.carbon.commons" name="logging-stubs" rev="4.4.6">
<artifact name="logging-stubs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='logging-stubs', version='4.4.6')
)
libraryDependencies += "org.wso2.carbon.commons" % "logging-stubs" % "4.4.6"
[org.wso2.carbon.commons/logging-stubs "4.4.6"]