<dependency> <groupId>cn.fastword</groupId> <artifactId>fastword</artifactId> <version>1.0.5-RELEASES</version> <type>pom</type> </dependency>
implementation 'cn.fastword:fastword:1.0.5-RELEASES'
implementation("cn.fastword:fastword:1.0.5-RELEASES")
libraryDependencies += "cn.fastword" % "fastword" % "1.0.5-RELEASES"
@Grapes( @Grab(group='cn.fastword', module='fastword', version='1.0.5-RELEASES') )
<dependency org="cn.fastword" name="fastword" rev="1.0.5-RELEASES" />
[cn.fastword/fastword "1.0.5-RELEASES"]
'cn.fastword:fastword:jar:1.0.5-RELEASES'
provided
|-- org.apache.commons:commons-lang3:3.12.0
|-- commons-beanutils:commons-beanutils:20020520
|-- org.slf4j:slf4j-api:1.7.36
|-- junit:junit:4.13.1