Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.oauth.uma |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.api.server.oauth.uma.resource |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.api.server.oauth.uma.resource/ -->
<dependency>
<groupId>org.wso2.carbon.identity.oauth.uma</groupId>
<artifactId>org.wso2.carbon.identity.api.server.oauth.uma.resource</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.api.server.oauth.uma.resource/
implementation 'org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.api.server.oauth.uma.resource:1.3.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.api.server.oauth.uma.resource/
implementation ("org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.api.server.oauth.uma.resource:1.3.2")
'org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.api.server.oauth.uma.resource:jar:1.3.2'
<dependency org="org.wso2.carbon.identity.oauth.uma" name="org.wso2.carbon.identity.api.server.oauth.uma.resource" rev="1.3.2">
<artifact name="org.wso2.carbon.identity.api.server.oauth.uma.resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.oauth.uma', module='org.wso2.carbon.identity.api.server.oauth.uma.resource', version='1.3.2')
)
libraryDependencies += "org.wso2.carbon.identity.oauth.uma" % "org.wso2.carbon.identity.api.server.oauth.uma.resource" % "1.3.2"
[org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.api.server.oauth.uma.resource "1.3.2"]