License |
License |
---|---|
GroupId | GroupIdcom.codeslap |
ArtifactId | ArtifactIdgroundy |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroundy library
Fancy way to execute async/background tasks on Android
|
Filename | Size |
---|---|
groundy-0.7.pom | |
groundy-0.7.jar | 26 KB |
groundy-0.7-sources.jar | 19 KB |
groundy-0.7-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeslap/groundy/ -->
<dependency>
<groupId>com.codeslap</groupId>
<artifactId>groundy</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeslap/groundy/
implementation 'com.codeslap:groundy:0.7'
// https://jarcasting.com/artifacts/com.codeslap/groundy/
implementation ("com.codeslap:groundy:0.7")
'com.codeslap:groundy:jar:0.7'
<dependency org="com.codeslap" name="groundy" rev="0.7">
<artifact name="groundy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeslap', module='groundy', version='0.7')
)
libraryDependencies += "com.codeslap" % "groundy" % "0.7"
[com.codeslap/groundy "0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : support-v4 | jar | r7 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |