License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-carbon-auth-rest |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Auth/Authz Modules
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
identity-carbon-auth-rest-1.0.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-rest/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-carbon-auth-rest</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-rest/
implementation 'org.wso2.carbon.identity:identity-carbon-auth-rest:1.0.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-rest/
implementation ("org.wso2.carbon.identity:identity-carbon-auth-rest:1.0.1")
'org.wso2.carbon.identity:identity-carbon-auth-rest:pom:1.0.1'
<dependency org="org.wso2.carbon.identity" name="identity-carbon-auth-rest" rev="1.0.1">
<artifact name="identity-carbon-auth-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-carbon-auth-rest', version='1.0.1')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-carbon-auth-rest" % "1.0.1"
[org.wso2.carbon.identity/identity-carbon-auth-rest "1.0.1"]