is not current version
Last Version 0.0.2

io.github.dokar3:anav-utils 0.0.1

A gradle plugin to help you start activities without .class.

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

anav-utils
Version

Version

0.0.1
Type

Type

aar

Download anav-utils 0.0.1


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