GroupId | GroupIdcom.github.dtrunk90 |
---|---|
ArtifactId | ArtifactIdrecaptcha-spring-integration |
Version | Version1.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dtrunk90/recaptcha-spring-integration/
implementation 'com.github.dtrunk90:recaptcha-spring-integration:1.0.0'
// https://jarcasting.com/artifacts/com.github.dtrunk90/recaptcha-spring-integration/
implementation ("com.github.dtrunk90:recaptcha-spring-integration:1.0.0")
'com.github.dtrunk90:recaptcha-spring-integration:jar:1.0.0'
<dependency org="com.github.dtrunk90" name="recaptcha-spring-integration" rev="1.0.0">
<artifact name="recaptcha-spring-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dtrunk90', module='recaptcha-spring-integration', version='1.0.0')
)
libraryDependencies += "com.github.dtrunk90" % "recaptcha-spring-integration" % "1.0.0"
[com.github.dtrunk90/recaptcha-spring-integration "1.0.0"]