jar

com.github.playerforcehd : gcaptchavalidator

Maven & Gradle

Jan 12, 2021
1 stars

GCaptchaValidator · An open source library which makes it easy to validate Google ReCaptcha responses

Table Of Contents

Latest Version

Download com.github.playerforcehd : gcaptchavalidator JAR file - Latest Versions:

All Versions

Download com.github.playerforcehd : gcaptchavalidator JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.1.x
2.0.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gcaptchavalidator-3.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.playerforcehd.gcaptchavalidator.request

├─ com.github.playerforcehd.gcaptchavalidator.request.CaptchaRequestHandler.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.request.CaptchaRequestHandlerException.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.request.SiteVerifyCaptchaRequestHandler.class - [JAR]

com.github.playerforcehd.gcaptchavalidator

├─ com.github.playerforcehd.gcaptchavalidator.CaptchaValidationResponse.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.CaptchaValidator.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.CaptchaValidatorConfiguration.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.GCaptchaValidator.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.ImmutableValidatorConfiguration.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.ValidationResponse.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.ValidatorConfiguration.class - [JAR]

com.github.playerforcehd.gcaptchavalidator.data

├─ com.github.playerforcehd.gcaptchavalidator.data.ClientType.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.data.ReCaptchaVersion.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.data.ValidationError.class - [JAR]

com.github.playerforcehd.gcaptchavalidator.serialize

├─ com.github.playerforcehd.gcaptchavalidator.serialize.CaptchaResponseDeserializer.class - [JAR]

├─ com.github.playerforcehd.gcaptchavalidator.serialize.SiteVerifyCaptchaResponseDeserializer.class - [JAR]

com.github.playerforcehd.gcaptchavalidator.util.request

├─ com.github.playerforcehd.gcaptchavalidator.util.request.PostData.class - [JAR]