Pogo PEG Parser

Pogo is a PEG style parser and transformation engine for Java. It is designed to meet the needs of software developers interested in adding custom language support to their applications.

License

License

GroupId

GroupId

org.fuwjin
ArtifactId

ArtifactId

pogo
Last Version

Last Version

0.9.3
Release Date

Release Date

Type

Type

jar
Description

Description

Pogo PEG Parser
Pogo is a PEG style parser and transformation engine for Java. It is designed to meet the needs of software developers interested in adding custom language support to their applications.

Download pogo

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.fuwjin : postage jar 0.9.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.3