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