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