is not current version
Last Version 4.4.1

org.wso2.carbon.identity:identity 4.3.0

This is a Carbon bundle that represent the Identity module.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.wso2.carbon.identity
ArtifactId

ArtifactId

identity
Version

Version

4.3.0
Type

Type

pom

Download identity 4.3.0

Filename Size
identity-4.3.0.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity/ -->
<dependency>
    <groupId>org.wso2.carbon.identity</groupId>
    <artifactId>identity</artifactId>
    <version>4.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity/
implementation 'org.wso2.carbon.identity:identity:4.3.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity/
implementation ("org.wso2.carbon.identity:identity:4.3.0")
'org.wso2.carbon.identity:identity:pom:4.3.0'
<dependency org="org.wso2.carbon.identity" name="identity" rev="4.3.0">
  <artifact name="identity" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity', version='4.3.0')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity" % "4.3.0"
[org.wso2.carbon.identity/identity "4.3.0"]