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