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