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