Last Version

MicroBench 0.2.0

Tool for allowing microbenchmarking of code using Java 8 mnemonics

License

License

Categories

Categories

Net
GroupId

GroupId

net.tuis.ubench
ArtifactId

ArtifactId

ubench
Version

Version

0.2.0
Type

Type

jar
Description

Description

MicroBench
Tool for allowing microbenchmarking of code using Java 8 mnemonics
Project URL

Project URL

https://github.com/rolfl/MicroBench
Project Organization

Project Organization

Rolf Lear
Source Code Management

Source Code Management

https://github.com/rolfl/MicroBench

Download ubench 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.4.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.