o

org.wso2.carbon.identity.api.user.functionality

Files download
File Operation
org.wso2.carbon.identity.api.user.functionality-1.1.24.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.user.api</groupId>
  <artifactId>org.wso2.carbon.identity.api.user.functionality</artifactId>
  <version>1.1.24</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.functionality:1.1.24'
Gradle Kotlin
implementation("org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.functionality:1.1.24")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.user.api" % "org.wso2.carbon.identity.api.user.functionality" % "1.1.24"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.user.api', module='org.wso2.carbon.identity.api.user.functionality', version='1.1.24')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.user.api" name="org.wso2.carbon.identity.api.user.functionality" rev="1.1.24" />
Leiningen
[org.wso2.carbon.identity.user.api/org.wso2.carbon.identity.api.user.functionality "1.1.24"]
Apache Buildr
'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.functionality:jar:1.1.24'