<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.logging.remote.config.mgt.feature</artifactId>
<version>4.10.8</version>
</dependency>
implementation group: 'org.wso2.carbon.commons', name: 'org.wso2.carbon.logging.remote.config.mgt.feature', version: '4.10.8'
implementation 'org.wso2.carbon.commons:org.wso2.carbon.logging.remote.config.mgt.feature:4.10.8'
implementation("org.wso2.carbon.commons:org.wso2.carbon.logging.remote.config.mgt.feature:4.10.8")
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.logging.remote.config.mgt.feature" % "4.10.8"
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.logging.remote.config.mgt.feature" rev="4.10.8"/>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.logging.remote.config.mgt.feature', version='4.10.8')
)
[org.wso2.carbon.commons/org.wso2.carbon.logging.remote.config.mgt.feature "4.10.8"]
'org.wso2.carbon.commons:org.wso2.carbon.logging.remote.config.mgt.feature:jar:4.10.8'