o

org.wso2.carbon.identity.recovery

文件下载
文件名 操作
org.wso2.carbon.identity.recovery-1.8.16.jar 下载
org.wso2.carbon.identity.recovery-1.8.16.pom 下载
org.wso2.carbon.identity.recovery-1.8.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.governance</groupId>
  <artifactId>org.wso2.carbon.identity.recovery</artifactId>
  <version>1.8.16</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:1.8.16'
Gradle Kotlin
implementation("org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:1.8.16")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.governance" % "org.wso2.carbon.identity.recovery" % "1.8.16"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.governance', module='org.wso2.carbon.identity.recovery', version='1.8.16')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.governance" name="org.wso2.carbon.identity.recovery" rev="1.8.16" />
Leiningen
[org.wso2.carbon.identity.governance/org.wso2.carbon.identity.recovery "1.8.16"]
Apache Buildr
'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:jar:1.8.16'
本项目依赖
<parent>
  <groupId>org.wso2.carbon.identity.governance</groupId>
  <artifactId>identity-governance</artifactId>
  <version>1.8.16</version>
</parent>

compile

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.event

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.workflow.mgt

|-- org.wso2.carbon.identity.governance:org.wso2.carbon.identity.governance

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.mgt

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.consent.mgt

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.configuration.mgt.core

|-- org.json.wso2:json

|-- org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.core

|-- com.google.code.gson:gson

|-- org.wso2.carbon.identity.event.handler.accountlock:org.wso2.carbon.identity.handler.event.account.lock

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.authentication.framework

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.functionality.mgt

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.central.log.mgt

provided

|-- org.apache.felix:org.apache.felix.scr.ds-annotations

test

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.testutil

|-- org.testng:testng

|-- org.jacoco:org.jacoco.agent

|-- org.slf4j:slf4j-api

|-- org.mockito:mockito-inline

|-- org.slf4j:slf4j-log4j12