| Группа | Группаio.github.yaforster |
|---|---|
| Идентификатор | Идентификаторflexcaptcha |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| flexcaptcha-1.0.1.pom | |
| flexcaptcha-1.0.1.jar | 45 KB |
| flexcaptcha-1.0.1-sources.jar | 35 KB |
| flexcaptcha-1.0.1-javadoc.jar | 267 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.yaforster/flexcaptcha/ -->
<dependency>
<groupId>io.github.yaforster</groupId>
<artifactId>flexcaptcha</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yaforster/flexcaptcha/
implementation 'io.github.yaforster:flexcaptcha:1.0.1'
// https://jarcasting.com/artifacts/io.github.yaforster/flexcaptcha/
implementation ("io.github.yaforster:flexcaptcha:1.0.1")
'io.github.yaforster:flexcaptcha:jar:1.0.1'
<dependency org="io.github.yaforster" name="flexcaptcha" rev="1.0.1">
<artifact name="flexcaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yaforster', module='flexcaptcha', version='1.0.1')
)
libraryDependencies += "io.github.yaforster" % "flexcaptcha" % "1.0.1"
[io.github.yaforster/flexcaptcha "1.0.1"]