is not current version
Last Version 1.5

com.telly:groundy 1.3

Fancy way to execute async/background tasks on Android

GroupId

GroupId

com.telly
ArtifactId

ArtifactId

groundy
Version

Version

1.3
Type

Type

jar

Download groundy 1.3


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