License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-inbound-auth-oauth |
Last Version | Last Version5.2.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon OAuth module
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
identity-inbound-auth-oauth-5.2.0-m4.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-inbound-auth-oauth/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-inbound-auth-oauth</artifactId>
<version>5.2.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-inbound-auth-oauth/
implementation 'org.wso2.carbon.identity:identity-inbound-auth-oauth:5.2.0-m4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-inbound-auth-oauth/
implementation ("org.wso2.carbon.identity:identity-inbound-auth-oauth:5.2.0-m4")
'org.wso2.carbon.identity:identity-inbound-auth-oauth:pom:5.2.0-m4'
<dependency org="org.wso2.carbon.identity" name="identity-inbound-auth-oauth" rev="5.2.0-m4">
<artifact name="identity-inbound-auth-oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-inbound-auth-oauth', version='5.2.0-m4')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-inbound-auth-oauth" % "5.2.0-m4"
[org.wso2.carbon.identity/identity-inbound-auth-oauth "5.2.0-m4"]