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