o

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

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