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