o

org.wso2.carbon.logging.mgt.feature

This feature is to update loggers
http://wso2.org
Files download
File Operation
org.wso2.carbon.logging.mgt.feature-4.10.8.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.commons</groupId>
  <artifactId>org.wso2.carbon.logging.mgt.feature</artifactId>
  <version>4.10.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:4.10.8'
Gradle Kotlin
implementation("org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:4.10.8")
Scala SBT
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.logging.mgt.feature" % "4.10.8"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.logging.mgt.feature', version='4.10.8')
)
Apache Ivy
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.logging.mgt.feature" rev="4.10.8" />
Leiningen
[org.wso2.carbon.commons/org.wso2.carbon.logging.mgt.feature "4.10.8"]
Apache Buildr
'org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:jar:4.10.8'