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