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