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