is not current version
Last Version 0.7.2

com.carrotsearch:junit-benchmarks 0.7.0

A framework for writing performance micro-benchmarks using JUnit4 annotations.

Categories

Categories

JUnit Unit Testing Search Business Logic Libraries
GroupId

GroupId

com.carrotsearch
ArtifactId

ArtifactId

junit-benchmarks
Version

Version

0.7.0
Type

Type

jar

Download junit-benchmarks 0.7.0


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