| License |
License |
|---|---|
| GroupId | GroupIdorg.vesalainen.lpg |
| ArtifactId | ArtifactIdlpg |
| Version | Version1.8.0 |
| Type | Typejar |
| Description |
DescriptionJava Lookahead Parser Generator
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lpg-1.8.0.pom | |
| lpg-1.8.0.jar | 358 KB |
| lpg-1.8.0-sources.jar | 525 KB |
| lpg-1.8.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.vesalainen.lpg/lpg/ -->
<dependency>
<groupId>org.vesalainen.lpg</groupId>
<artifactId>lpg</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vesalainen.lpg/lpg/
implementation 'org.vesalainen.lpg:lpg:1.8.0'
// https://jarcasting.com/artifacts/org.vesalainen.lpg/lpg/
implementation ("org.vesalainen.lpg:lpg:1.8.0")
'org.vesalainen.lpg:lpg:jar:1.8.0'
<dependency org="org.vesalainen.lpg" name="lpg" rev="1.8.0">
<artifact name="lpg" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vesalainen.lpg', module='lpg', version='1.8.0')
)
libraryDependencies += "org.vesalainen.lpg" % "lpg" % "1.8.0"
[org.vesalainen.lpg/lpg "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant | jar | 1.9.4 |
| org.vesalainen : util | jar | 1.8.0 |
| org.vesalainen.bcc : bcc | jar | 1.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |