o

org.wso2.carbon.identity.recovery

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

|-- org.wso2.carbon.identity.governance:org.wso2.carbon.identity.auth.attribute.handler

|-- 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

|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.input.validation.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