Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdcarbon-identity |
Version | Version4.3.1 |
Type | Typepom |
Filename | Size |
---|---|
carbon-identity-4.3.1.pom | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>carbon-identity</artifactId>
<version>4.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/
implementation 'org.wso2.carbon.identity:carbon-identity:4.3.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/carbon-identity/
implementation ("org.wso2.carbon.identity:carbon-identity:4.3.1")
'org.wso2.carbon.identity:carbon-identity:pom:4.3.1'
<dependency org="org.wso2.carbon.identity" name="carbon-identity" rev="4.3.1">
<artifact name="carbon-identity" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='carbon-identity', version='4.3.1')
)
libraryDependencies += "org.wso2.carbon.identity" % "carbon-identity" % "4.3.1"
[org.wso2.carbon.identity/carbon-identity "4.3.1"]