Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-core |
Version | Version4.4.0 |
Type | Typepom |
Filename | Size |
---|---|
identity-core-4.4.0.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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation 'org.wso2.carbon.identity:identity-core:4.4.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-core/
implementation ("org.wso2.carbon.identity:identity-core:4.4.0")
'org.wso2.carbon.identity:identity-core:pom:4.4.0'
<dependency org="org.wso2.carbon.identity" name="identity-core" rev="4.4.0">
<artifact name="identity-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-core', version='4.4.0')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-core" % "4.4.0"
[org.wso2.carbon.identity/identity-core "4.4.0"]