Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIdrecaptcha-spring-boot-starter |
Version | Version1.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mkopylec/recaptcha-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mkopylec</groupId>
<artifactId>recaptcha-spring-boot-starter</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/recaptcha-spring-boot-starter/
implementation 'com.github.mkopylec:recaptcha-spring-boot-starter:1.3.5'
// https://jarcasting.com/artifacts/com.github.mkopylec/recaptcha-spring-boot-starter/
implementation ("com.github.mkopylec:recaptcha-spring-boot-starter:1.3.5")
'com.github.mkopylec:recaptcha-spring-boot-starter:jar:1.3.5'
<dependency org="com.github.mkopylec" name="recaptcha-spring-boot-starter" rev="1.3.5">
<artifact name="recaptcha-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='recaptcha-spring-boot-starter', version='1.3.5')
)
libraryDependencies += "com.github.mkopylec" % "recaptcha-spring-boot-starter" % "1.3.5"
[com.github.mkopylec/recaptcha-spring-boot-starter "1.3.5"]