MVN

com.github.emc-mongoose : mongoose-api-manager

Maven & Gradle

Jul 25, 2017
49 stars

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-api-manager</artifactId>
    <version>3.5.0-alpha0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.0-alpha0
  • Latest Alpha: 3.5.0-alpha0

All Versions

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

Version Vulnerabilities Updated
3.5.x
mongoose-api-manager-3.5.0-alpha0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-api-manager</artifactId>
    <version>3.5.0-alpha0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.emc-mongoose:mongoose-api-manager:3.5.0-alpha0'

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

implementation("com.github.emc-mongoose:mongoose-api-manager:3.5.0-alpha0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.emc-mongoose" % "mongoose-api-manager" % "3.5.0-alpha0"

Advertisement