GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdelapsed-time |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
elapsed-time-1.0.3.pom | |
elapsed-time-1.0.3.jar | 6 KB |
elapsed-time-1.0.3-sources.jar | 3 KB |
elapsed-time-1.0.3-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.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"]