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