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