Spring reCAPTCHA Verification

Library for verifying reCAPTCHA responses in Spring projects.

License

License

GroupId

GroupId

com.lt-peacock
ArtifactId

ArtifactId

spring-recaptcha-verification
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring reCAPTCHA Verification
Library for verifying reCAPTCHA responses in Spring projects.
Source Code Management

Source Code Management

https://github.com/LieutenantPeacock/spring-recaptcha-verification

Download spring-recaptcha-verification

How to add to project

<!-- https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/ -->
<dependency>
    <groupId>com.lt-peacock</groupId>
    <artifactId>spring-recaptcha-verification</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/
implementation 'com.lt-peacock:spring-recaptcha-verification:1.0.1'
// https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/
implementation ("com.lt-peacock:spring-recaptcha-verification:1.0.1")
'com.lt-peacock:spring-recaptcha-verification:jar:1.0.1'
<dependency org="com.lt-peacock" name="spring-recaptcha-verification" rev="1.0.1">
  <artifact name="spring-recaptcha-verification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lt-peacock', module='spring-recaptcha-verification', version='1.0.1')
)
libraryDependencies += "com.lt-peacock" % "spring-recaptcha-verification" % "1.0.1"
[com.lt-peacock/spring-recaptcha-verification "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar 2.0.0.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.0.0.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.0.0.RELEASE
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0