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