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