<dependency> <groupId>fun.fengwk.commons</groupId> <artifactId>commons-clock</artifactId> <version>0.0.2</version> </dependency>
implementation 'fun.fengwk.commons:commons-clock:0.0.2'
implementation("fun.fengwk.commons:commons-clock:0.0.2")
libraryDependencies += "fun.fengwk.commons" % "commons-clock" % "0.0.2"
@Grapes( @Grab(group='fun.fengwk.commons', module='commons-clock', version='0.0.2') )
<dependency org="fun.fengwk.commons" name="commons-clock" rev="0.0.2" />
[fun.fengwk.commons/commons-clock "0.0.2"]
'fun.fengwk.commons:commons-clock:jar:0.0.2'
<parent> <groupId>fun.fengwk.commons</groupId> <artifactId>commons-parent</artifactId> <version>0.0.2</version> </parent>
test
|-- junit:junit