is not current version
Last Version 3.0.Alpha3

com.github.nguyenhunghau:HauGradleTest 3.0.Alpha2

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.nguyenhunghau
ArtifactId

ArtifactId

HauGradleTest
Version

Version

3.0.Alpha2
Type

Type

jar

Download HauGradleTest 3.0.Alpha2


<!-- https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauGradleTest/ -->
<dependency>
    <groupId>com.github.nguyenhunghau</groupId>
    <artifactId>HauGradleTest</artifactId>
    <version>3.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauGradleTest/
implementation 'com.github.nguyenhunghau:HauGradleTest:3.0.Alpha2'
// https://jarcasting.com/artifacts/com.github.nguyenhunghau/HauGradleTest/
implementation ("com.github.nguyenhunghau:HauGradleTest:3.0.Alpha2")
'com.github.nguyenhunghau:HauGradleTest:jar:3.0.Alpha2'
<dependency org="com.github.nguyenhunghau" name="HauGradleTest" rev="3.0.Alpha2">
  <artifact name="HauGradleTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nguyenhunghau', module='HauGradleTest', version='3.0.Alpha2')
)
libraryDependencies += "com.github.nguyenhunghau" % "HauGradleTest" % "3.0.Alpha2"
[com.github.nguyenhunghau/HauGradleTest "3.0.Alpha2"]