o

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

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