is not current version
Last Version 2.2.7

org.hnau.android:base 2.1.9

Base android utils

GroupId

GroupId

org.hnau.android
ArtifactId

ArtifactId

base
Version

Version

2.1.9
Type

Type

aar

Download base 2.1.9


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