is not current version
Last Version 0.18

org.immutables:bench 0.16

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

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

bench
Version

Version

0.16
Type

Type

jar

Download bench 0.16


<!-- https://jarcasting.com/artifacts/org.immutables/bench/ -->
<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>bench</artifactId>
    <version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/bench/
implementation 'org.immutables:bench:0.16'
// https://jarcasting.com/artifacts/org.immutables/bench/
implementation ("org.immutables:bench:0.16")
'org.immutables:bench:jar:0.16'
<dependency org="org.immutables" name="bench" rev="0.16">
  <artifact name="bench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='bench', version='0.16')
)
libraryDependencies += "org.immutables" % "bench" % "0.16"
[org.immutables/bench "0.16"]