Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIdrecaptcha-spring-boot-starter |
Version | Version2.1.1 |
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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/recaptcha-spring-boot-starter/
implementation 'com.github.mkopylec:recaptcha-spring-boot-starter:2.1.1'
// https://jarcasting.com/artifacts/com.github.mkopylec/recaptcha-spring-boot-starter/
implementation ("com.github.mkopylec:recaptcha-spring-boot-starter:2.1.1")
'com.github.mkopylec:recaptcha-spring-boot-starter:jar:2.1.1'
<dependency org="com.github.mkopylec" name="recaptcha-spring-boot-starter" rev="2.1.1">
<artifact name="recaptcha-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='recaptcha-spring-boot-starter', version='2.1.1')
)
libraryDependencies += "com.github.mkopylec" % "recaptcha-spring-boot-starter" % "2.1.1"
[com.github.mkopylec/recaptcha-spring-boot-starter "2.1.1"]