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