Joda Stopwatch

A simple Stopwatch object for the Joda-Time library

License

License

GroupId

GroupId

com.triptheone
ArtifactId

ArtifactId

joda-stopwatch
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Joda Stopwatch
A simple Stopwatch object for the Joda-Time library
Project URL

Project URL

https://github.com/eric-martin/joda-stopwatch
Source Code Management

Source Code Management

https://github.com/eric-martin/joda-stopwatch

Download joda-stopwatch

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
joda-time : joda-time jar 2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0