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