MVN

software.momento.java : client-protos

Maven & Gradle

Aug 21, 2023
8 stars

Momento Client Protocols · Java protobuf protocols that define the Momento gRPC wire format

<dependency>
    <groupId>software.momento.java</groupId>
    <artifactId>client-protos</artifactId>
    <version>0.76.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.momento.java : client-protos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.76.2

All Versions

Choose a version of software.momento.java : client-protos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.76.x
client-protos-0.76.2
client-protos-0.76.1
client-protos-0.76.0
0.75.x
client-protos-0.75.0
0.74.x
client-protos-0.74.0
0.73.x
client-protos-0.73.0
0.72.x
client-protos-0.72.2
client-protos-0.72.1
client-protos-0.72.0
0.71.x
client-protos-0.71.1
client-protos-0.71.0
0.70.x
client-protos-0.70.0
0.69.x
client-protos-0.69.1
0.54.x
client-protos-0.54.3
client-protos-0.54.2
client-protos-0.54.1
client-protos-0.54.0

How to add a dependency to Maven

Add the following software.momento.java : client-protos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.momento.java</groupId>
    <artifactId>client-protos</artifactId>
    <version>0.76.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.momento.java : client-protos gradle dependency to your build.gradle file:

implementation 'software.momento.java:client-protos:0.76.2'

Gradle Kotlin DSL: Add the following software.momento.java : client-protos gradle kotlin dependency to your build.gradle.kts file:

implementation("software.momento.java:client-protos:0.76.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.momento.java : client-protos sbt scala dependency to your build.sbt file:

libraryDependencies += "software.momento.java" % "client-protos" % "0.76.2"