| GroupId | GroupIdcom.github.playerforcehd |
|---|---|
| ArtifactId | ArtifactIdgcaptchavalidator |
| Version | Version2.1.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/ -->
<dependency>
<groupId>com.github.playerforcehd</groupId>
<artifactId>gcaptchavalidator</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation 'com.github.playerforcehd:gcaptchavalidator:2.1.3'
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation ("com.github.playerforcehd:gcaptchavalidator:2.1.3")
'com.github.playerforcehd:gcaptchavalidator:jar:2.1.3'
<dependency org="com.github.playerforcehd" name="gcaptchavalidator" rev="2.1.3">
<artifact name="gcaptchavalidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.playerforcehd', module='gcaptchavalidator', version='2.1.3')
)
libraryDependencies += "com.github.playerforcehd" % "gcaptchavalidator" % "2.1.3"
[com.github.playerforcehd/gcaptchavalidator "2.1.3"]