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