is not current version
Last Version 1.0

com.telly:groundy-parent 0.9

Fancy way to execute async/background tasks on Android

GroupId

GroupId

com.telly
ArtifactId

ArtifactId

groundy-parent
Version

Version

0.9
Type

Type

pom

Download groundy-parent 0.9

Filename Size
groundy-parent-0.9.pom 5 KB
Browse

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