MVN

com.github.emc-mongoose : mongoose-tests-unit

Maven & Gradle

Dec 04, 2017
49 stars

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-tests-unit</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.1
  • Latest Beta: 3.6.0-beta5
  • Latest Alpha: 3.6.0-alpha1

All Versions

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

Version Vulnerabilities Updated
4.0.x
mongoose-tests-unit-4.0.0-alpha5
mongoose-tests-unit-4.0.0-alpha4
mongoose-tests-unit-4.0.0-alpha3
mongoose-tests-unit-4.0.0-alpha2
mongoose-tests-unit-4.0.0-alpha1
mongoose-tests-unit-4.0.0-alpha
mongoose-tests-unit-4.0.0-alpha0
3.6.x
mongoose-tests-unit-3.6.0-beta5
mongoose-tests-unit-3.6.0-beta4
mongoose-tests-unit-3.6.0-beta3
mongoose-tests-unit-3.6.0-beta2
mongoose-tests-unit-3.6.0-alpha1
3.5.x
mongoose-tests-unit-3.5.1
mongoose-tests-unit-3.5.0-alpha8
mongoose-tests-unit-3.5.0-alpha7
mongoose-tests-unit-3.5.0-alpha6
mongoose-tests-unit-3.5.0-alpha5
mongoose-tests-unit-3.5.0-alpha4
mongoose-tests-unit-3.5.0-alpha3
mongoose-tests-unit-3.5.0-alpha2
mongoose-tests-unit-3.5.0-alpha1
mongoose-tests-unit-3.5.0-alpha0
mongoose-tests-unit-3.5.0
3.4.x
mongoose-tests-unit-3.4.1
mongoose-tests-unit-3.4.0
3.3.x
mongoose-tests-unit-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.emc-mongoose</groupId>
    <artifactId>mongoose-tests-unit</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.emc-mongoose:mongoose-tests-unit:3.5.1'

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

implementation("com.github.emc-mongoose:mongoose-tests-unit:3.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.emc-mongoose" % "mongoose-tests-unit" % "3.5.1"

Advertisement