is not current version
Last Version 1.0.4

com.github.michaelruocco:elapsed-time 1.0.3

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.3
Type

Type

jar

Download elapsed-time 1.0.3


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