is not current version
Last Version 2.0.1

de.dimensionv:androtools 1.0.1

Common Tools and Utilities for Android Programming

GroupId

GroupId

de.dimensionv
ArtifactId

ArtifactId

androtools
Version

Version

1.0.1
Type

Type

aar

Download androtools 1.0.1


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