| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.dustlight.captcha |
| Идентификатор | Идентификаторcaptcha |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcaptcha
CAPTCHA service parent project for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| captcha-1.0.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/ -->
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation 'cn.dustlight.captcha:captcha:1.0.1'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation ("cn.dustlight.captcha:captcha:1.0.1")
'cn.dustlight.captcha:captcha:pom:1.0.1'
<dependency org="cn.dustlight.captcha" name="captcha" rev="1.0.1">
<artifact name="captcha" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='captcha', version='1.0.1')
)
libraryDependencies += "cn.dustlight.captcha" % "captcha" % "1.0.1"
[cn.dustlight.captcha/captcha "1.0.1"]