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