f

fastword-annotation

文件下载
文件名 操作
fastword-annotation-0.0.1.3.jar 下载
fastword-annotation-0.0.1.3.pom 下载
fastword-annotation-0.0.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.fastword</groupId>
  <artifactId>fastword-annotation</artifactId>
  <version>0.0.1.3</version>
</dependency>
Gradle Groovy
implementation 'cn.fastword:fastword-annotation:0.0.1.3'
Gradle Kotlin
implementation("cn.fastword:fastword-annotation:0.0.1.3")
Scala SBT
libraryDependencies += "cn.fastword" % "fastword-annotation" % "0.0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.fastword', module='fastword-annotation', version='0.0.1.3')
)
Apache Ivy
<dependency org="cn.fastword" name="fastword-annotation" rev="0.0.1.3" />
Leiningen
[cn.fastword/fastword-annotation "0.0.1.3"]
Apache Buildr
'cn.fastword:fastword-annotation:jar:0.0.1.3'