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