is not current version
Last Version 8.1

io.github.shaohuizhe:ast 1.1

ast

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

ast
Version

Version

1.1
Type

Type

jar

Download ast 1.1


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