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