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