<dependency> <groupId>com.seepine</groupId> <artifactId>captcha-annotation</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.seepine:captcha-annotation:1.0.0'
implementation("com.seepine:captcha-annotation:1.0.0")
libraryDependencies += "com.seepine" % "captcha-annotation" % "1.0.0"
@Grapes( @Grab(group='com.seepine', module='captcha-annotation', version='1.0.0') )
<dependency org="com.seepine" name="captcha-annotation" rev="1.0.0" />
[com.seepine/captcha-annotation "1.0.0"]
'com.seepine:captcha-annotation:jar:1.0.0'
<parent> <groupId>com.seepine</groupId> <artifactId>captcha-parent</artifactId> <version>1.0.0</version> </parent>