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