is not current version
Last Version 1.0.4

com.github.michaelruocco:elapsed-time 1.0.1

Code library to provide elapsed time functionality with an easy to use API

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

elapsed-time
Version

Version

1.0.1
Type

Type

jar

Download elapsed-time 1.0.1


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