is not current version
Last Version 1.1.3

top.heue.utils:base 1.1.1

An android library for fast development.

GroupId

GroupId

top.heue.utils
ArtifactId

ArtifactId

base
Version

Version

1.1.1
Type

Type

aar

Download base 1.1.1

Filename Size
base-1.1.1.pom
Browse

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