Caliper

Caliper: Microbenchmarking Framework for Java

License

License

GroupId

GroupId

com.google.caliper
ArtifactId

ArtifactId

caliper
Last Version

Last Version

1.0-beta-3
Release Date

Release Date

Type

Type

jar
Description

Description

Caliper
Caliper: Microbenchmarking Framework for Java
Project Organization

Project Organization

Google Inc.

Download caliper

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.google.caliper : caliper-core jar 1.0-beta-3
com.google.caliper : caliper-runner jar 1.0-beta-3
com.google.caliper : caliper-worker-jvm jar 1.0-beta-3
com.sun.jersey : jersey-client jar 1.19.4
com.google.dagger : dagger jar 2.22.1
com.google.guava : guava jar 30.1.1-jre
com.google.code.java-allocation-instrumenter : java-allocation-instrumenter jar 3.3.0

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.google.truth : truth jar 1.1.3
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta-3
1.0-beta-2
1.0-beta-1
0.5-rc1