is not current version
Last Version 5.5.0-m4

org.wso2.carbon.identity:identity-core 4.5.6

This is a Carbon bundle that represent the Identity Core Aggregator Module.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.wso2.carbon.identity
ArtifactId

ArtifactId

identity-core
Version

Version

4.5.6
Type

Type

pom

Download identity-core 4.5.6

Filename Size
identity-core-4.5.6.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>4.5.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation 'org.wso2.carbon.identity:identity-core:4.5.6'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation ("org.wso2.carbon.identity:identity-core:4.5.6")
'org.wso2.carbon.identity:identity-core:pom:4.5.6'
<dependency org="org.wso2.carbon.identity" name="identity-core" rev="4.5.6">
  <artifact name="identity-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-core', version='4.5.6')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-core" % "4.5.6"
[org.wso2.carbon.identity/identity-core "4.5.6"]