Categories |
CategoriesIDE Development Tools H2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.inbound.auth.oauth2 |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.oauth2.dcr.endpoint |
Version | Version5.5.42 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth2.dcr.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
<artifactId>org.wso2.carbon.identity.oauth2.dcr.endpoint</artifactId>
<version>5.5.42</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth2.dcr.endpoint/
implementation 'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth2.dcr.endpoint:5.5.42'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth2.dcr.endpoint/
implementation ("org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth2.dcr.endpoint:5.5.42")
'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth2.dcr.endpoint:war:5.5.42'
<dependency org="org.wso2.carbon.identity.inbound.auth.oauth2" name="org.wso2.carbon.identity.oauth2.dcr.endpoint" rev="5.5.42">
<artifact name="org.wso2.carbon.identity.oauth2.dcr.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.oauth2', module='org.wso2.carbon.identity.oauth2.dcr.endpoint', version='5.5.42')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.oauth2" % "org.wso2.carbon.identity.oauth2.dcr.endpoint" % "5.5.42"
[org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth2.dcr.endpoint "5.5.42"]