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