MVN

com.google.endpoints : endpoints-framework-tools

Maven & Gradle

Feb 10, 2021
6 usages
32 stars

Endpoints Framework Tools · Command line tools for supporting the Endpoints Framework.

<dependency>
    <groupId>com.google.endpoints</groupId>
    <artifactId>endpoints-framework-tools</artifactId>
    <version>2.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.endpoints : endpoints-framework-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.16
  • Latest Beta: 2.0.0-beta.12

All Versions

Choose a version of com.google.endpoints : endpoints-framework-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
endpoints-framework-tools-2.2.2
endpoints-framework-tools-2.2.1
endpoints-framework-tools-2.2.0
2.1.x
endpoints-framework-tools-2.1.2
endpoints-framework-tools-2.1.1
endpoints-framework-tools-2.1.0
2.0.x
endpoints-framework-tools-2.0.16
endpoints-framework-tools-2.0.15
endpoints-framework-tools-2.0.14
endpoints-framework-tools-2.0.13
endpoints-framework-tools-2.0.12
endpoints-framework-tools-2.0.11
endpoints-framework-tools-2.0.10
endpoints-framework-tools-2.0.9
endpoints-framework-tools-2.0.8
endpoints-framework-tools-2.0.7
endpoints-framework-tools-2.0.6
endpoints-framework-tools-2.0.5
endpoints-framework-tools-2.0.4
endpoints-framework-tools-2.0.3
endpoints-framework-tools-2.0.2
endpoints-framework-tools-2.0.1
endpoints-framework-tools-2.0.0
endpoints-framework-tools-2.0.0-beta.12
endpoints-framework-tools-2.0.0-beta.11
endpoints-framework-tools-2.0.0-beta.10
endpoints-framework-tools-2.0.0-beta.9
endpoints-framework-tools-2.0.0-beta.8
endpoints-framework-tools-2.0.0-beta.7
endpoints-framework-tools-2.0.0-beta.6
endpoints-framework-tools-2.0.0-beta.5
endpoints-framework-tools-2.0.0-beta.4
endpoints-framework-tools-2.0.0-beta.3
endpoints-framework-tools-2.0.0-beta.2
endpoints-framework-tools-2.0.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.endpoints</groupId>
    <artifactId>endpoints-framework-tools</artifactId>
    <version>2.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.endpoints : endpoints-framework-tools gradle dependency to your build.gradle file:

implementation 'com.google.endpoints:endpoints-framework-tools:2.0.16'

Gradle Kotlin DSL: Add the following com.google.endpoints : endpoints-framework-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.endpoints:endpoints-framework-tools:2.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.endpoints : endpoints-framework-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.endpoints" % "endpoints-framework-tools" % "2.0.16"

Advertisement