<dependency>
<groupId>com.funixproductions.api.google.recaptcha</groupId>
<artifactId>funixproductions-google-recaptcha</artifactId>
<version>1.2.2.0</version>
</dependency>
implementation group: 'com.funixproductions.api.google.recaptcha', name: 'funixproductions-google-recaptcha', version: '1.2.2.0'
implementation 'com.funixproductions.api.google.recaptcha:funixproductions-google-recaptcha:1.2.2.0'
implementation("com.funixproductions.api.google.recaptcha:funixproductions-google-recaptcha:1.2.2.0")
libraryDependencies += "com.funixproductions.api.google.recaptcha" % "funixproductions-google-recaptcha" % "1.2.2.0"
<dependency org="com.funixproductions.api.google.recaptcha" name="funixproductions-google-recaptcha" rev="1.2.2.0"/>
@Grapes(
@Grab(group='com.funixproductions.api.google.recaptcha', module='funixproductions-google-recaptcha', version='1.2.2.0')
)
[com.funixproductions.api.google.recaptcha/funixproductions-google-recaptcha "1.2.2.0"]
'com.funixproductions.api.google.recaptcha:funixproductions-google-recaptcha:jar:1.2.2.0'