is not current version
Last Version 1.0.13

io.github.starlangsoftware:ParseTree 1.0.5

Constituency Parse Tree Library

GroupId

GroupId

io.github.starlangsoftware
ArtifactId

ArtifactId

ParseTree
Version

Version

1.0.5
Type

Type

jar

Download ParseTree 1.0.5


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