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