File | Operation |
---|---|
org.wso2.carbon.identity.organization.management.core.server.feature-1.0.41.pom | download |
<dependency>
<groupId>org.wso2.carbon.identity.organization.management.core</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.core.server.feature</artifactId>
<version>1.0.41</version>
<type>pom</type>
</dependency>
implementation 'org.wso2.carbon.identity.organization.management.core:org.wso2.carbon.identity.organization.management.core.server.feature:1.0.41'
implementation("org.wso2.carbon.identity.organization.management.core:org.wso2.carbon.identity.organization.management.core.server.feature:1.0.41")
libraryDependencies += "org.wso2.carbon.identity.organization.management.core" % "org.wso2.carbon.identity.organization.management.core.server.feature" % "1.0.41"
@Grapes(
@Grab(group='org.wso2.carbon.identity.organization.management.core', module='org.wso2.carbon.identity.organization.management.core.server.feature', version='1.0.41')
)
<dependency org="org.wso2.carbon.identity.organization.management.core" name="org.wso2.carbon.identity.organization.management.core.server.feature" rev="1.0.41" />
[org.wso2.carbon.identity.organization.management.core/org.wso2.carbon.identity.organization.management.core.server.feature "1.0.41"]