License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-core |
Last Version | Last Version5.5.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Identity Core Aggregator Module
This is a Carbon bundle that represent the Identity Core Aggregator Module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
identity-core-5.5.0-m4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-core</artifactId>
<version>5.5.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation 'org.wso2.carbon.identity:identity-core:5.5.0-m4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation ("org.wso2.carbon.identity:identity-core:5.5.0-m4")
'org.wso2.carbon.identity:identity-core:pom:5.5.0-m4'
<dependency org="org.wso2.carbon.identity" name="identity-core" rev="5.5.0-m4">
<artifact name="identity-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-core', version='5.5.0-m4')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-core" % "5.5.0-m4"
[org.wso2.carbon.identity/identity-core "5.5.0-m4"]