License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.tuis.ubench |
ArtifactId | ArtifactIdubench |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionMicroBench
Tool for allowing microbenchmarking of code using Java 8 mnemonics
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ubench-0.2.0.pom | |
ubench-0.2.0.jar | 58 KB |
ubench-0.2.0-sources.jar | 34 KB |
ubench-0.2.0-javadoc.jar | 98 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |