MVN

com.google.api : api-compiler

Maven & Gradle

Aug 23, 2018
3 usages
56 stars

Google API Compiler · Google API Compiler.

<dependency>
    <groupId>com.google.api</groupId>
    <artifactId>api-compiler</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.api : api-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of com.google.api : api-compiler to add to Maven or Gradle - All Versions:

  • Version Updated
  • api-compiler-0.0.8

    Aug 23, 2018
  • api-compiler-0.0.7

    Jan 20, 2017
  • api-compiler-0.0.6

    Aug 18, 2016
  • api-compiler-0.0.5

    Aug 15, 2016

How to add a dependency to Maven

Add the following com.google.api : api-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.api</groupId>
    <artifactId>api-compiler</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.api : api-compiler gradle dependency to your build.gradle file:

implementation 'com.google.api:api-compiler:0.0.8'

Gradle Kotlin DSL: Add the following com.google.api : api-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.api:api-compiler:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.api : api-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.api" % "api-compiler" % "0.0.8"

Advertisement