| License |
License |
|---|---|
| GroupId | GroupIdfun.fengwk.commons |
| ArtifactId | ArtifactIdcommons-clock |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon tools library
|
| Filename | Size |
|---|---|
| commons-clock-0.0.2.pom | |
| commons-clock-0.0.2.jar | 2 KB |
| commons-clock-0.0.2-sources.jar | 1 KB |
| commons-clock-0.0.2-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-clock/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-clock</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-clock/
implementation 'fun.fengwk.commons:commons-clock:0.0.2'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-clock/
implementation ("fun.fengwk.commons:commons-clock:0.0.2")
'fun.fengwk.commons:commons-clock:jar:0.0.2'
<dependency org="fun.fengwk.commons" name="commons-clock" rev="0.0.2">
<artifact name="commons-clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-clock', version='0.0.2')
)
libraryDependencies += "fun.fengwk.commons" % "commons-clock" % "0.0.2"
[fun.fengwk.commons/commons-clock "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |