GroupId | GroupIdcom.greengrowapps |
---|---|
ArtifactId | ArtifactIdggarest |
Version | Version0.14 |
Type | Typeaar |
Filename | Size |
---|---|
ggarest-0.14.pom | |
ggarest-0.14.aar | 32 KB |
ggarest-0.14-sources.jar | 21 KB |
ggarest-0.14-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greengrowapps/ggarest/ -->
<dependency>
<groupId>com.greengrowapps</groupId>
<artifactId>ggarest</artifactId>
<version>0.14</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greengrowapps/ggarest/
implementation 'com.greengrowapps:ggarest:0.14'
// https://jarcasting.com/artifacts/com.greengrowapps/ggarest/
implementation ("com.greengrowapps:ggarest:0.14")
'com.greengrowapps:ggarest:aar:0.14'
<dependency org="com.greengrowapps" name="ggarest" rev="0.14">
<artifact name="ggarest" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greengrowapps', module='ggarest', version='0.14')
)
libraryDependencies += "com.greengrowapps" % "ggarest" % "0.14"
[com.greengrowapps/ggarest "0.14"]