is not current version
Last Version 2.2.1

org.silentsoft:stopwatch 1.0.0

Stopwatch for get rid of chore in your code.

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

stopwatch
Version

Version

1.0.0
Type

Type

jar

Download stopwatch 1.0.0


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