<dependency>
<groupId>org.wso2.analytics.esb</groupId>
<artifactId>org.wso2.das4esb.multitenancy.style.feature</artifactId>
<version>5.0.0</version>
</dependency>
implementation group: 'org.wso2.analytics.esb', name: 'org.wso2.das4esb.multitenancy.style.feature', version: '5.0.0'
implementation 'org.wso2.analytics.esb:org.wso2.das4esb.multitenancy.style.feature:5.0.0'
implementation("org.wso2.analytics.esb:org.wso2.das4esb.multitenancy.style.feature:5.0.0")
libraryDependencies += "org.wso2.analytics.esb" % "org.wso2.das4esb.multitenancy.style.feature" % "5.0.0"
<dependency org="org.wso2.analytics.esb" name="org.wso2.das4esb.multitenancy.style.feature" rev="5.0.0"/>
@Grapes(
@Grab(group='org.wso2.analytics.esb', module='org.wso2.das4esb.multitenancy.style.feature', version='5.0.0')
)
[org.wso2.analytics.esb/org.wso2.das4esb.multitenancy.style.feature "5.0.0"]
'org.wso2.analytics.esb:org.wso2.das4esb.multitenancy.style.feature:jar:5.0.0'