MVN

com.greengrowapps : ggarest

Maven & Gradle

Mar 28, 2019
15 stars

GgaRest · Android Rest Library

<dependency>
    <groupId>com.greengrowapps</groupId>
    <artifactId>ggarest</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.greengrowapps : ggarest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of com.greengrowapps : ggarest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
ggarest-0.18
0.17
ggarest-0.17
0.16
ggarest-0.16
0.15
ggarest-0.15
0.14
ggarest-0.14
0.13
ggarest-0.13
0.12
ggarest-0.12
0.11
ggarest-0.11
0.10
ggarest-0.10
0.9
ggarest-0.9
0.8
ggarest-0.8
0.7
ggarest-0.7
0.6
ggarest-0.6
0.5
ggarest-0.5
0.4
ggarest-0.4
0.3
ggarest-0.3
0.2
ggarest-0.2
0.1
ggarest-0.1

How to add a dependency to Maven

Add the following com.greengrowapps : ggarest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.greengrowapps</groupId>
    <artifactId>ggarest</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.greengrowapps : ggarest gradle dependency to your build.gradle file:

implementation 'com.greengrowapps:ggarest:0.18'

Gradle Kotlin DSL: Add the following com.greengrowapps : ggarest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.greengrowapps:ggarest:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.greengrowapps : ggarest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.greengrowapps" % "ggarest" % "0.18"

Advertisement