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