is not current version
Last Version 1.4.9

com.github.danielgindi:helpers 1.4.4

A set of helper classes for Android.

GroupId

GroupId

com.github.danielgindi
ArtifactId

ArtifactId

helpers
Version

Version

1.4.4
Type

Type

aar

Download helpers 1.4.4


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