License |
License |
---|---|
GroupId | GroupIdcom.codeslap |
ArtifactId | ArtifactIdgroundy-parent |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGroundy project
Fancy way to execute async/background tasks on Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
groundy-parent-0.7.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeslap/groundy-parent/ -->
<dependency>
<groupId>com.codeslap</groupId>
<artifactId>groundy-parent</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codeslap/groundy-parent/
implementation 'com.codeslap:groundy-parent:0.7'
// https://jarcasting.com/artifacts/com.codeslap/groundy-parent/
implementation ("com.codeslap:groundy-parent:0.7")
'com.codeslap:groundy-parent:pom:0.7'
<dependency org="com.codeslap" name="groundy-parent" rev="0.7">
<artifact name="groundy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codeslap', module='groundy-parent', version='0.7')
)
libraryDependencies += "com.codeslap" % "groundy-parent" % "0.7"
[com.codeslap/groundy-parent "0.7"]