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