o

org.wso2.carbon.identity.recovery

Files download
File Operation
org.wso2.carbon.identity.recovery-1.8.18.jar download
org.wso2.carbon.identity.recovery-1.8.18.pom download
org.wso2.carbon.identity.recovery-1.8.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.governance</groupId>
  <artifactId>org.wso2.carbon.identity.recovery</artifactId>
  <version>1.8.18</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:1.8.18'
Gradle Kotlin
implementation("org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:1.8.18")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.governance" % "org.wso2.carbon.identity.recovery" % "1.8.18"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.governance', module='org.wso2.carbon.identity.recovery', version='1.8.18')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.governance" name="org.wso2.carbon.identity.recovery" rev="1.8.18" />
Leiningen
[org.wso2.carbon.identity.governance/org.wso2.carbon.identity.recovery "1.8.18"]
Apache Buildr
'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery:jar:1.8.18'
Dependencies
<parent>
  <groupId>org.wso2.carbon.identity.governance</groupId>
  <artifactId>identity-governance</artifactId>
  <version>1.8.18</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