Files download
File Operation
fastword-1.0.5-RELEASES.pom download
Apache Maven
<dependency>
  <groupId>cn.fastword</groupId>
  <artifactId>fastword</artifactId>
  <version>1.0.5-RELEASES</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.fastword:fastword:1.0.5-RELEASES'
Gradle Kotlin
implementation("cn.fastword:fastword:1.0.5-RELEASES")
Scala SBT
libraryDependencies += "cn.fastword" % "fastword" % "1.0.5-RELEASES"
Groovy Grape
@Grapes(
  @Grab(group='cn.fastword', module='fastword', version='1.0.5-RELEASES')
)
Apache Ivy
<dependency org="cn.fastword" name="fastword" rev="1.0.5-RELEASES" />
Leiningen
[cn.fastword/fastword "1.0.5-RELEASES"]
Apache Buildr
'cn.fastword:fastword:jar:1.0.5-RELEASES'