i

identity-api-user

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