| License |
License |
|---|---|
| GroupId | GroupIdcom.github.trickl |
| ArtifactId | ArtifactIdclock |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTrickl Clock
Useful Java Clock implementations
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| clock-0.1.1.pom | |
| clock-0.1.1.jar | 5 KB |
| clock-0.1.1-sources.jar | 2 KB |
| clock-0.1.1-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.trickl/clock/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>clock</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/clock/
implementation 'com.github.trickl:clock:0.1.1'
// https://jarcasting.com/artifacts/com.github.trickl/clock/
implementation ("com.github.trickl:clock:0.1.1")
'com.github.trickl:clock:jar:0.1.1'
<dependency org="com.github.trickl" name="clock" rev="0.1.1">
<artifact name="clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='clock', version='0.1.1')
)
libraryDependencies += "com.github.trickl" % "clock" % "0.1.1"
[com.github.trickl/clock "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |