Files download
File Operation
stopwatch-js-2.0.0.pom download
stopwatch-js-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.codinux.util</groupId>
  <artifactId>stopwatch-js</artifactId>
  <version>2.0.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'net.codinux.util:stopwatch-js:2.0.0'
Gradle Kotlin
implementation("net.codinux.util:stopwatch-js:2.0.0")
Scala SBT
libraryDependencies += "net.codinux.util" % "stopwatch-js" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.codinux.util', module='stopwatch-js', version='2.0.0')
)
Apache Ivy
<dependency org="net.codinux.util" name="stopwatch-js" rev="2.0.0" />
Leiningen
[net.codinux.util/stopwatch-js "2.0.0"]
Apache Buildr
'net.codinux.util:stopwatch-js:jar:2.0.0'