License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdelapsed-time |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionElapsed Time
Code library to provide elapsed time functionality with an easy to use API
|
Project URL |
Project URL |
Filename | Size |
---|---|
elapsed-time-1.0.4.pom | |
elapsed-time-1.0.4.jar | 6 KB |
elapsed-time-1.0.4-sources.jar | 3 KB |
elapsed-time-1.0.4-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>elapsed-time</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/
implementation 'com.github.michaelruocco:elapsed-time:1.0.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/
implementation ("com.github.michaelruocco:elapsed-time:1.0.4")
'com.github.michaelruocco:elapsed-time:jar:1.0.4'
<dependency org="com.github.michaelruocco" name="elapsed-time" rev="1.0.4">
<artifact name="elapsed-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='elapsed-time', version='1.0.4')
)
libraryDependencies += "com.github.michaelruocco" % "elapsed-time" % "1.0.4"
[com.github.michaelruocco/elapsed-time "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 2.9.6 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.6.0 |
junit : junit | jar | 4.12 |
eu.codearte.catch-exception : catch-exception | jar | 1.4.4 |