c

commons-clock

文件下载
文件名 操作
commons-clock-0.0.1.jar 下载
commons-clock-0.0.1.pom 下载
commons-clock-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fun.fengwk.commons</groupId>
  <artifactId>commons-clock</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'fun.fengwk.commons:commons-clock:0.0.1'
Gradle Kotlin
implementation("fun.fengwk.commons:commons-clock:0.0.1")
Scala SBT
libraryDependencies += "fun.fengwk.commons" % "commons-clock" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='fun.fengwk.commons', module='commons-clock', version='0.0.1')
)
Apache Ivy
<dependency org="fun.fengwk.commons" name="commons-clock" rev="0.0.1" />
Leiningen
[fun.fengwk.commons/commons-clock "0.0.1"]
Apache Buildr
'fun.fengwk.commons:commons-clock:jar:0.0.1'