| GroupId | GroupIdcom.github.danielgindi |
|---|---|
| ArtifactId | ArtifactIdhelpers |
| Version | Version1.1.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| helpers-1.1.8.pom | |
| helpers-1.1.8.aar | 51 KB |
| helpers-1.1.8-sources.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.danielgindi/helpers/ -->
<dependency>
<groupId>com.github.danielgindi</groupId>
<artifactId>helpers</artifactId>
<version>1.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielgindi/helpers/
implementation 'com.github.danielgindi:helpers:1.1.8'
// https://jarcasting.com/artifacts/com.github.danielgindi/helpers/
implementation ("com.github.danielgindi:helpers:1.1.8")
'com.github.danielgindi:helpers:aar:1.1.8'
<dependency org="com.github.danielgindi" name="helpers" rev="1.1.8">
<artifact name="helpers" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielgindi', module='helpers', version='1.1.8')
)
libraryDependencies += "com.github.danielgindi" % "helpers" % "1.1.8"
[com.github.danielgindi/helpers "1.1.8"]