How to install the Java artifact org.openidentityplatform.openam.openam-auth-recaptcha with Maven
Java
Maven
pom.xml
org.openidentityplatform.openam
openam-auth-recaptcha
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-recaptcha</artifactId>
<version>14.5.2</version>
</dependency>
/<dependencies>