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