MVN

com.google.endpoints : endpoints-management-protos

Maven & Gradle

Oct 30, 2020
5 usages
8 stars

Endpoints Management - Generated Java Protobufs · Contains the generated protocol buffer surface used by Endpoints

<dependency>
    <groupId>com.google.endpoints</groupId>
    <artifactId>endpoints-management-protos</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.14
  • Latest Beta: 1.0.0-beta.12

All Versions

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

Version Vulnerabilities Updated
1.0.x
endpoints-management-protos-1.0.14
endpoints-management-protos-1.0.13
endpoints-management-protos-1.0.12
endpoints-management-protos-1.0.11
endpoints-management-protos-1.0.10
endpoints-management-protos-1.0.9
endpoints-management-protos-1.0.8
endpoints-management-protos-1.0.7
endpoints-management-protos-1.0.6
endpoints-management-protos-1.0.5
endpoints-management-protos-1.0.4
endpoints-management-protos-1.0.3
endpoints-management-protos-1.0.2
endpoints-management-protos-1.0.1
endpoints-management-protos-1.0.0
endpoints-management-protos-1.0.0-beta.12
endpoints-management-protos-1.0.0-beta.11
endpoints-management-protos-1.0.0-beta.10
endpoints-management-protos-1.0.0-beta.9
endpoints-management-protos-1.0.0-beta.8
endpoints-management-protos-1.0.0-beta.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.endpoints</groupId>
    <artifactId>endpoints-management-protos</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.endpoints:endpoints-management-protos:1.0.14'

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

implementation("com.google.endpoints:endpoints-management-protos:1.0.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.endpoints" % "endpoints-management-protos" % "1.0.14"

Advertisement