GroupId | GroupIdcom.lt-peacock |
---|---|
ArtifactId | ArtifactIdspring-recaptcha-verification |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/ -->
<dependency>
<groupId>com.lt-peacock</groupId>
<artifactId>spring-recaptcha-verification</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/
implementation 'com.lt-peacock:spring-recaptcha-verification:1.0.0'
// https://jarcasting.com/artifacts/com.lt-peacock/spring-recaptcha-verification/
implementation ("com.lt-peacock:spring-recaptcha-verification:1.0.0")
'com.lt-peacock:spring-recaptcha-verification:jar:1.0.0'
<dependency org="com.lt-peacock" name="spring-recaptcha-verification" rev="1.0.0">
<artifact name="spring-recaptcha-verification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lt-peacock', module='spring-recaptcha-verification', version='1.0.0')
)
libraryDependencies += "com.lt-peacock" % "spring-recaptcha-verification" % "1.0.0"
[com.lt-peacock/spring-recaptcha-verification "1.0.0"]