Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.bsmoot |
ArtifactId | ArtifactIdrest-recaptcha-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-autoconfigure/ -->
<dependency>
<groupId>com.bsmoot</groupId>
<artifactId>rest-recaptcha-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-autoconfigure/
implementation 'com.bsmoot:rest-recaptcha-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-autoconfigure/
implementation ("com.bsmoot:rest-recaptcha-autoconfigure:1.0.0")
'com.bsmoot:rest-recaptcha-autoconfigure:jar:1.0.0'
<dependency org="com.bsmoot" name="rest-recaptcha-autoconfigure" rev="1.0.0">
<artifact name="rest-recaptcha-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bsmoot', module='rest-recaptcha-autoconfigure', version='1.0.0')
)
libraryDependencies += "com.bsmoot" % "rest-recaptcha-autoconfigure" % "1.0.0"
[com.bsmoot/rest-recaptcha-autoconfigure "1.0.0"]