is not current version
Last Version 0.2.1

me.geso:nanobench 0.1.0

Tiny benchmarking framework for Java 7+

GroupId

GroupId

me.geso
ArtifactId

ArtifactId

nanobench
Version

Version

0.1.0
Type

Type

jar

Download nanobench 0.1.0


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