<dependency> <groupId>cn.fastword</groupId> <artifactId>fastword-annotation</artifactId> <version>0.0.1.2</version> </dependency>
implementation 'cn.fastword:fastword-annotation:0.0.1.2'
implementation("cn.fastword:fastword-annotation:0.0.1.2")
libraryDependencies += "cn.fastword" % "fastword-annotation" % "0.0.1.2"
@Grapes( @Grab(group='cn.fastword', module='fastword-annotation', version='0.0.1.2') )
<dependency org="cn.fastword" name="fastword-annotation" rev="0.0.1.2" />
[cn.fastword/fastword-annotation "0.0.1.2"]
'cn.fastword:fastword-annotation:jar:0.0.1.2'
<parent> <groupId>cn.fastword</groupId> <artifactId>fastword</artifactId> <version>1.0.0-RELEASES</version> </parent>
compile
|-- cn.hutool:hutool-all