<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.api.resource.mgt.server.feature</artifactId>
<version>5.25.337</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.framework', name: 'org.wso2.carbon.identity.api.resource.mgt.server.feature', version: '5.25.337'
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.api.resource.mgt.server.feature:5.25.337'
implementation("org.wso2.carbon.identity.framework:org.wso2.carbon.identity.api.resource.mgt.server.feature:5.25.337")
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.identity.api.resource.mgt.server.feature" % "5.25.337"
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.identity.api.resource.mgt.server.feature" rev="5.25.337"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.identity.api.resource.mgt.server.feature', version='5.25.337')
)
[org.wso2.carbon.identity.framework/org.wso2.carbon.identity.api.resource.mgt.server.feature "5.25.337"]
'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.api.resource.mgt.server.feature:jar:5.25.337'