is not current version
Last Version 0.1.7

io.github.hfitp:support 0.1.3

My quick startup pack for android apps.

GroupId

GroupId

io.github.hfitp
ArtifactId

ArtifactId

support
Version

Version

0.1.3
Type

Type

aar

Download support 0.1.3


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