is not current version
Last Version 1.2.0

com.ethlo.time:chronograph 1.0.0

Easy to use timer allowing accurate measurement of elapsed time

GroupId

GroupId

com.ethlo.time
ArtifactId

ArtifactId

chronograph
Version

Version

1.0.0
Type

Type

jar

Download chronograph 1.0.0


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