<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.apimgt.gateway-manager.nested.category.feature</artifactId>
<version>5.0.4</version>
</dependency>
implementation group: 'org.wso2.carbon.apimgt', name: 'org.wso2.apimgt.gateway-manager.nested.category.feature', version: '5.0.4'
implementation 'org.wso2.carbon.apimgt:org.wso2.apimgt.gateway-manager.nested.category.feature:5.0.4'
implementation("org.wso2.carbon.apimgt:org.wso2.apimgt.gateway-manager.nested.category.feature:5.0.4")
libraryDependencies += "org.wso2.carbon.apimgt" % "org.wso2.apimgt.gateway-manager.nested.category.feature" % "5.0.4"
<dependency org="org.wso2.carbon.apimgt" name="org.wso2.apimgt.gateway-manager.nested.category.feature" rev="5.0.4"/>
@Grapes(
@Grab(group='org.wso2.carbon.apimgt', module='org.wso2.apimgt.gateway-manager.nested.category.feature', version='5.0.4')
)
[org.wso2.carbon.apimgt/org.wso2.apimgt.gateway-manager.nested.category.feature "5.0.4"]
'org.wso2.carbon.apimgt:org.wso2.apimgt.gateway-manager.nested.category.feature:jar:5.0.4'