MVN

com.github.emc-mongoose : mongoose-bundle

Maven & Gradle

Jul 18, 2023
49 stars

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-bundle</artifactId>
    <version>4.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.6

All Versions

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

Version Vulnerabilities Updated
4.3.x
mongoose-bundle-4.3.6
mongoose-bundle-4.3.5
mongoose-bundle-4.3.4
mongoose-bundle-4.3.3
mongoose-bundle-4.3.2
mongoose-bundle-4.3.1
4.2.x
mongoose-bundle-4.2.19
mongoose-bundle-4.2.18
mongoose-bundle-4.2.17
mongoose-bundle-4.2.16
mongoose-bundle-4.2.15
mongoose-bundle-4.2.14
mongoose-bundle-4.2.13
mongoose-bundle-4.2.12
mongoose-bundle-4.2.11
mongoose-bundle-4.2.10
mongoose-bundle-4.2.9
mongoose-bundle-4.2.8
mongoose-bundle-4.2.7
mongoose-bundle-4.2.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-bundle</artifactId>
    <version>4.3.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.emc-mongoose:mongoose-bundle:4.3.6'

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

implementation("com.github.emc-mongoose:mongoose-bundle:4.3.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.emc-mongoose" % "mongoose-bundle" % "4.3.6"

Advertisement