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