Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.server.api |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.api.server.application.management |
Version | Version1.0.210 |
Type | Typepom |
Filename | Size |
---|---|
org.wso2.carbon.identity.api.server.application.management-1.0.210.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.application.management/ -->
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.application.management</artifactId>
<version>1.0.210</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.application.management/
implementation 'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.application.management:1.0.210'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.application.management/
implementation ("org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.application.management:1.0.210")
'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.application.management:pom:1.0.210'
<dependency org="org.wso2.carbon.identity.server.api" name="org.wso2.carbon.identity.api.server.application.management" rev="1.0.210">
<artifact name="org.wso2.carbon.identity.api.server.application.management" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.server.api', module='org.wso2.carbon.identity.api.server.application.management', version='1.0.210')
)
libraryDependencies += "org.wso2.carbon.identity.server.api" % "org.wso2.carbon.identity.api.server.application.management" % "1.0.210"
[org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.application.management "1.0.210"]