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