License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdcarbon-identity |
Version | Version5.0.8 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Platform Aggregator Pom
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 |
---|---|
carbon-identity-5.0.8.pom | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>carbon-identity</artifactId>
<version>5.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/
implementation 'org.wso2.carbon.identity:carbon-identity:5.0.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/
implementation ("org.wso2.carbon.identity:carbon-identity:5.0.8")
'org.wso2.carbon.identity:carbon-identity:pom:5.0.8'
<dependency org="org.wso2.carbon.identity" name="carbon-identity" rev="5.0.8">
<artifact name="carbon-identity" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='carbon-identity', version='5.0.8')
)
libraryDependencies += "org.wso2.carbon.identity" % "carbon-identity" % "5.0.8"
[org.wso2.carbon.identity/carbon-identity "5.0.8"]