MVN

org.immutables : bench

Maven & Gradle

Sep 07, 2014
3.2k stars

Simple benchmark tool based on generating request that saturates measured service and uses logging for output

<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>bench</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.immutables : bench to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of org.immutables : bench to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
bench-0.18
0.17
bench-0.17
0.16
bench-0.16
0.14
bench-0.14
0.13
bench-0.13

How to add a dependency to Maven

Add the following org.immutables : bench maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>bench</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.immutables : bench gradle dependency to your build.gradle file:

implementation 'org.immutables:bench:0.18'

Gradle Kotlin DSL: Add the following org.immutables : bench gradle kotlin dependency to your build.gradle.kts file:

implementation("org.immutables:bench:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.immutables : bench sbt scala dependency to your build.sbt file:

libraryDependencies += "org.immutables" % "bench" % "0.18"

Advertisement

Dependencies from Group

Aug 27, 2023
1k usages
3.2k stars
Aug 27, 2023
59 usages
3.2k stars
Aug 27, 2023
32 usages
3.2k stars
Aug 27, 2023
25 usages
3.2k stars
Aug 27, 2023
24 usages
3.2k stars

Discover Dependencies