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