is not current version
Last Version 8.1

io.github.shaohuizhe:ast 2.0

ast

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

ast
Version

Version

2.0
Type

Type

jar

Download ast 2.0


<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/ast/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>ast</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/ast/
implementation 'io.github.shaohuizhe:ast:2.0'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/ast/
implementation ("io.github.shaohuizhe:ast:2.0")
'io.github.shaohuizhe:ast:jar:2.0'
<dependency org="io.github.shaohuizhe" name="ast" rev="2.0">
  <artifact name="ast" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='ast', version='2.0')
)
libraryDependencies += "io.github.shaohuizhe" % "ast" % "2.0"
[io.github.shaohuizhe/ast "2.0"]