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