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