is not current version
Last Version 1.4.9

com.github.danielgindi:helpers 1.0.3

A set of helper classes for Android.

GroupId

GroupId

com.github.danielgindi
ArtifactId

ArtifactId

helpers
Version

Version

1.0.3
Type

Type

aar

Download helpers 1.0.3


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