| GroupId | GroupIdicu.helltab.itool |
|---|---|
| ArtifactId | ArtifactIdverify |
| Version | Version1.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| verify-1.2-RELEASE.pom | |
| verify-1.2-RELEASE.jar | 28 KB |
| verify-1.2-RELEASE-sources.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/icu.helltab.itool/verify/ -->
<dependency>
<groupId>icu.helltab.itool</groupId>
<artifactId>verify</artifactId>
<version>1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/icu.helltab.itool/verify/
implementation 'icu.helltab.itool:verify:1.2-RELEASE'
// https://jarcasting.com/artifacts/icu.helltab.itool/verify/
implementation ("icu.helltab.itool:verify:1.2-RELEASE")
'icu.helltab.itool:verify:jar:1.2-RELEASE'
<dependency org="icu.helltab.itool" name="verify" rev="1.2-RELEASE">
<artifact name="verify" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.helltab.itool', module='verify', version='1.2-RELEASE')
)
libraryDependencies += "icu.helltab.itool" % "verify" % "1.2-RELEASE"
[icu.helltab.itool/verify "1.2-RELEASE"]