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