GroupId | GroupIdorg.beangle.otk |
---|---|
ArtifactId | ArtifactIdbeangle-otk-captcha_3 |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.otk/beangle-otk-captcha_3/ -->
<dependency>
<groupId>org.beangle.otk</groupId>
<artifactId>beangle-otk-captcha_3</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.otk/beangle-otk-captcha_3/
implementation 'org.beangle.otk:beangle-otk-captcha_3:0.0.1'
// https://jarcasting.com/artifacts/org.beangle.otk/beangle-otk-captcha_3/
implementation ("org.beangle.otk:beangle-otk-captcha_3:0.0.1")
'org.beangle.otk:beangle-otk-captcha_3:jar:0.0.1'
<dependency org="org.beangle.otk" name="beangle-otk-captcha_3" rev="0.0.1">
<artifact name="beangle-otk-captcha_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.otk', module='beangle-otk-captcha_3', version='0.0.1')
)
libraryDependencies += "org.beangle.otk" % "beangle-otk-captcha_3" % "0.0.1"
[org.beangle.otk/beangle-otk-captcha_3 "0.0.1"]