MVN

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

Maven & Gradle

Mar 02, 2023

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

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

Latest Version

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

  • Latest Stable: 4.2.20

All Versions

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

Version Vulnerabilities Updated
4.2.x
mongoose-storage-driver-http-4.2.20
mongoose-storage-driver-http-4.2.19
mongoose-storage-driver-http-4.2.18
mongoose-storage-driver-http-4.2.17
mongoose-storage-driver-http-4.2.16
mongoose-storage-driver-http-4.2.15
mongoose-storage-driver-http-4.2.14
mongoose-storage-driver-http-4.2.13
mongoose-storage-driver-http-4.2.12
mongoose-storage-driver-http-4.2.11
mongoose-storage-driver-http-4.2.10
mongoose-storage-driver-http-4.2.9
mongoose-storage-driver-http-4.2.8
mongoose-storage-driver-http-4.2.7
mongoose-storage-driver-http-4.2.6
mongoose-storage-driver-http-4.2.5
mongoose-storage-driver-http-4.2.3
mongoose-storage-driver-http-4.2.1
mongoose-storage-driver-http-4.2.0
0.0.x
mongoose-storage-driver-http-0.0.1

How to add a dependency to Maven

Add the following com.github.emc-mongoose : mongoose-storage-driver-http 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-http</artifactId>
    <version>4.2.20</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.emc-mongoose:mongoose-storage-driver-http:4.2.20'

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

implementation("com.github.emc-mongoose:mongoose-storage-driver-http:4.2.20")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.emc-mongoose" % "mongoose-storage-driver-http" % "4.2.20"