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.1.27.jar download
org.wso2.carbon.identity.rest.api.user.functionality.v1-1.1.27.pom download
org.wso2.carbon.identity.rest.api.user.functionality.v1-1.1.27-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.1.27</version>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.rest.api.user.functionality.v1:1.1.27'
Gradle Kotlin
implementation("org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.rest.api.user.functionality.v1:1.1.27")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.user.api" % "org.wso2.carbon.identity.rest.api.user.functionality.v1" % "1.1.27"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.user.api', module='org.wso2.carbon.identity.rest.api.user.functionality.v1', version='1.1.27')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.user.api" name="org.wso2.carbon.identity.rest.api.user.functionality.v1" rev="1.1.27" />
Leiningen
[org.wso2.carbon.identity.user.api/org.wso2.carbon.identity.rest.api.user.functionality.v1 "1.1.27"]
Apache Buildr
'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.rest.api.user.functionality.v1:jar:1.1.27'