| License |
License |
|---|---|
| GroupId | GroupIdcom.triptheone |
| ArtifactId | ArtifactIdjoda-stopwatch |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionJoda Stopwatch
A simple Stopwatch object for the Joda-Time library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| joda-stopwatch-1.0.1.pom | |
| joda-stopwatch-1.0.1.jar | 3 KB |
| joda-stopwatch-1.0.1-sources.jar | 1 KB |
| joda-stopwatch-1.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| joda-time : joda-time | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.0 |