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