License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Search Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch |
ArtifactId | ArtifactIdjunit-benchmarks |
Last Version | Last Version0.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnitBenchmarks
A framework for writing performance micro-benchmarks using JUnit4 annotations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
junit-benchmarks-0.7.2.pom | |
junit-benchmarks-0.7.2.jar | 52 KB |
junit-benchmarks-0.7.2-sources.jar | 32 KB |
junit-benchmarks-0.7.2-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch/junit-benchmarks/ -->
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch/junit-benchmarks/
implementation 'com.carrotsearch:junit-benchmarks:0.7.2'
// https://jarcasting.com/artifacts/com.carrotsearch/junit-benchmarks/
implementation ("com.carrotsearch:junit-benchmarks:0.7.2")
'com.carrotsearch:junit-benchmarks:jar:0.7.2'
<dependency org="com.carrotsearch" name="junit-benchmarks" rev="0.7.2">
<artifact name="junit-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch', module='junit-benchmarks', version='0.7.2')
)
libraryDependencies += "com.carrotsearch" % "junit-benchmarks" % "0.7.2"
[com.carrotsearch/junit-benchmarks "0.7.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.11 |
com.h2database : h2 Optional | jar | 1.3.160 |
mysql : mysql-connector-java Optional | jar | 5.1.22 |
Group / Artifact | Type | Version |
---|---|---|
dom4j : dom4j | jar | 1.6.1 |
jaxen : jaxen | jar | 1.1.4 |
org.codehaus.jackson : jackson-core-asl | jar | 1.9.2 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.2 |
mysql : mysql-connector-mxj | jar | 5.0.12 |
org.easytesting : fest-assert-core | jar | 2.0M10 |