Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.oauth.uma |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.oauth.uma.permission.endpoint |
Version | Version1.0.14 |
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.0.14</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.0.14'
// 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.0.14")
'org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.oauth.uma.permission.endpoint:war:1.0.14'
<dependency org="org.wso2.carbon.identity.oauth.uma" name="org.wso2.carbon.identity.oauth.uma.permission.endpoint" rev="1.0.14">
<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.0.14')
)
libraryDependencies += "org.wso2.carbon.identity.oauth.uma" % "org.wso2.carbon.identity.oauth.uma.permission.endpoint" % "1.0.14"
[org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.oauth.uma.permission.endpoint "1.0.14"]