MVN

com.pinterest.memq : memq-client

Maven & Gradle

Jul 14, 2023

memq-client

<dependency>
    <groupId>com.pinterest.memq</groupId>
    <artifactId>memq-client</artifactId>
    <version>0.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pinterest.memq : memq-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.20

All Versions

Choose a version of com.pinterest.memq : memq-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
memq-client-0.2.20
memq-client-0.2.19
memq-client-0.2.18
memq-client-0.2.17

How to add a dependency to Maven

Add the following com.pinterest.memq : memq-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pinterest.memq</groupId>
    <artifactId>memq-client</artifactId>
    <version>0.2.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pinterest.memq : memq-client gradle dependency to your build.gradle file:

implementation 'com.pinterest.memq:memq-client:0.2.20'

Gradle Kotlin DSL: Add the following com.pinterest.memq : memq-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pinterest.memq:memq-client:0.2.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pinterest.memq : memq-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pinterest.memq" % "memq-client" % "0.2.20"