is not current version
Last Version 2.1.9

org.hnau:base 1.5.6

Base utils

GroupId

GroupId

org.hnau
ArtifactId

ArtifactId

base
Version

Version

1.5.6
Type

Type

jar

Download base 1.5.6


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