MVN

com.github.emc-mongoose : mongoose-storage-driver-pulsar

Maven & Gradle

Oct 22, 2019
3 stars

mongoose-storage-driver-pulsar · Mongoose is a high-load storage performance testing tool

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-storage-driver-pulsar</artifactId>
    <version>4.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.emc-mongoose : mongoose-storage-driver-pulsar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.1

All Versions

Choose a version of com.github.emc-mongoose : mongoose-storage-driver-pulsar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
mongoose-storage-driver-pulsar-4.2.1
mongoose-storage-driver-pulsar-4.2.0

How to add a dependency to Maven

Add the following com.github.emc-mongoose : mongoose-storage-driver-pulsar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-storage-driver-pulsar</artifactId>
    <version>4.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.emc-mongoose : mongoose-storage-driver-pulsar gradle dependency to your build.gradle file:

implementation 'com.github.emc-mongoose:mongoose-storage-driver-pulsar:4.2.1'

Gradle Kotlin DSL: Add the following com.github.emc-mongoose : mongoose-storage-driver-pulsar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.emc-mongoose:mongoose-storage-driver-pulsar:4.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.emc-mongoose : mongoose-storage-driver-pulsar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.emc-mongoose" % "mongoose-storage-driver-pulsar" % "4.2.1"