is not current version
Last Version 1.8.0

org.vesalainen.lpg:lpg 1.1.3

Java Lookahead Parser Generator. Generator produces LALR(k) parsers. Grammar rules are entered using annotations. Rule annotation can be attached to reducer method, which keeps rule and it's action together.

GroupId

GroupId

org.vesalainen.lpg
ArtifactId

ArtifactId

lpg
Version

Version

1.1.3
Type

Type

jar

Download lpg 1.1.3


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