| GroupId | GroupIdcom.triptheone |
|---|---|
| ArtifactId | ArtifactIdjoda-stopwatch |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| joda-stopwatch-1.0.0.pom | |
| joda-stopwatch-1.0.0.jar | 3 KB |
| joda-stopwatch-1.0.0-sources.jar | 1 KB |
| joda-stopwatch-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.triptheone/joda-stopwatch/
implementation 'com.triptheone:joda-stopwatch:1.0.0'
// https://jarcasting.com/artifacts/com.triptheone/joda-stopwatch/
implementation ("com.triptheone:joda-stopwatch:1.0.0")
'com.triptheone:joda-stopwatch:jar:1.0.0'
<dependency org="com.triptheone" name="joda-stopwatch" rev="1.0.0">
<artifact name="joda-stopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.triptheone', module='joda-stopwatch', version='1.0.0')
)
libraryDependencies += "com.triptheone" % "joda-stopwatch" % "1.0.0"
[com.triptheone/joda-stopwatch "1.0.0"]