| License |
License |
|---|---|
| GroupId | GroupIdorg.fuwjin |
| ArtifactId | ArtifactIdpogo |
| Last Version | Last Version0.9.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPogo 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.
|
| Filename | Size |
|---|---|
| pogo-0.9.3.pom | |
| pogo-0.9.3.jar | 64 KB |
| pogo-0.9.3-test-sources.jar | 10 KB |
| pogo-0.9.3-sources.jar | 45 KB |
| pogo-0.9.3-javadoc.jar | 265 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fuwjin : postage | jar | 0.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |