| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdcom.github.nguyenhunghau |
| ArtifactId | ArtifactIdHauMaventest |
| Version | Version3.0.Alpha2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| HauMaventest-3.0.Alpha2.pom | |
| HauMaventest-3.0.Alpha2.jar | 3 KB |
| HauMaventest-3.0.Alpha2-sources.jar | 1015 bytes |
| HauMaventest-3.0.Alpha2-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauMaventest/ -->
<dependency>
<groupId>com.github.nguyenhunghau</groupId>
<artifactId>HauMaventest</artifactId>
<version>3.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauMaventest/
implementation 'com.github.nguyenhunghau:HauMaventest:3.0.Alpha2'
// https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauMaventest/
implementation ("com.github.nguyenhunghau:HauMaventest:3.0.Alpha2")
'com.github.nguyenhunghau:HauMaventest:jar:3.0.Alpha2'
<dependency org="com.github.nguyenhunghau" name="HauMaventest" rev="3.0.Alpha2">
<artifact name="HauMaventest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nguyenhunghau', module='HauMaventest', version='3.0.Alpha2')
)
libraryDependencies += "com.github.nguyenhunghau" % "HauMaventest" % "3.0.Alpha2"
[com.github.nguyenhunghau/HauMaventest "3.0.Alpha2"]