MVN

com.google.cloud.tools : endpoints-framework-maven-plugin

Maven & Gradle

Feb 17, 2021
4 stars

Endpoints Framework Maven Plugin · This Maven plugin provides goals to generate Google Cloud Endpoints Framework client code and discovery docs

<plugin>
    <groupId>com.google.cloud.tools</groupId>
    <artifactId>endpoints-framework-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.tools : endpoints-framework-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 1.0.0-beta5

All Versions

Choose a version of com.google.cloud.tools : endpoints-framework-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
endpoints-framework-maven-plugin-2.1.0
2.0.x
endpoints-framework-maven-plugin-2.0.1
endpoints-framework-maven-plugin-2.0.0
1.0.x
endpoints-framework-maven-plugin-1.0.3
endpoints-framework-maven-plugin-1.0.2
endpoints-framework-maven-plugin-1.0.1
endpoints-framework-maven-plugin-1.0.0
endpoints-framework-maven-plugin-1.0.0-beta5
endpoints-framework-maven-plugin-1.0.0-beta4
endpoints-framework-maven-plugin-1.0.0-beta3
endpoints-framework-maven-plugin-1.0.0-beta2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.google.cloud.tools</groupId>
    <artifactId>endpoints-framework-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>

Advertisement