Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.association.account |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.user.account.association.feature |
Version | Version5.1.4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.association.account/org.wso2.carbon.identity.user.account.association.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.association.account</groupId>
<artifactId>org.wso2.carbon.identity.user.account.association.feature</artifactId>
<version>5.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.association.account/org.wso2.carbon.identity.user.account.association.feature/
implementation 'org.wso2.carbon.identity.association.account:org.wso2.carbon.identity.user.account.association.feature:5.1.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.association.account/org.wso2.carbon.identity.user.account.association.feature/
implementation ("org.wso2.carbon.identity.association.account:org.wso2.carbon.identity.user.account.association.feature:5.1.4")
'org.wso2.carbon.identity.association.account:org.wso2.carbon.identity.user.account.association.feature:pom:5.1.4'
<dependency org="org.wso2.carbon.identity.association.account" name="org.wso2.carbon.identity.user.account.association.feature" rev="5.1.4">
<artifact name="org.wso2.carbon.identity.user.account.association.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.association.account', module='org.wso2.carbon.identity.user.account.association.feature', version='5.1.4')
)
libraryDependencies += "org.wso2.carbon.identity.association.account" % "org.wso2.carbon.identity.user.account.association.feature" % "5.1.4"
[org.wso2.carbon.identity.association.account/org.wso2.carbon.identity.user.account.association.feature "5.1.4"]