i

identity-api-user

http://wso2.org
文件下载
文件名 操作
identity-api-user-1.1.22.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.user.api</groupId>
  <artifactId>identity-api-user</artifactId>
  <version>1.1.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.user.api:identity-api-user:1.1.22'
Gradle Kotlin
implementation("org.wso2.carbon.identity.user.api:identity-api-user:1.1.22")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.user.api" % "identity-api-user" % "1.1.22"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.user.api', module='identity-api-user', version='1.1.22')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.user.api" name="identity-api-user" rev="1.1.22" />
Leiningen
[org.wso2.carbon.identity.user.api/identity-api-user "1.1.22"]
Apache Buildr
'org.wso2.carbon.identity.user.api:identity-api-user:jar:1.1.22'