Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ymate.module |
ArtifactId | ArtifactIdymate-module-captcha-web |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.ymate.module/ymate-module-captcha-web/ -->
<dependency>
<groupId>net.ymate.module</groupId>
<artifactId>ymate-module-captcha-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ymate.module/ymate-module-captcha-web/
implementation 'net.ymate.module:ymate-module-captcha-web:1.0.0'
// https://jarcasting.com/artifacts/net.ymate.module/ymate-module-captcha-web/
implementation ("net.ymate.module:ymate-module-captcha-web:1.0.0")
'net.ymate.module:ymate-module-captcha-web:jar:1.0.0'
<dependency org="net.ymate.module" name="ymate-module-captcha-web" rev="1.0.0">
<artifact name="ymate-module-captcha-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ymate.module', module='ymate-module-captcha-web', version='1.0.0')
)
libraryDependencies += "net.ymate.module" % "ymate-module-captcha-web" % "1.0.0"
[net.ymate.module/ymate-module-captcha-web "1.0.0"]