Lamda Parsing Expression Grammar Parser

Parent maven project for OSS projects

License

License

GroupId

GroupId

com.github.ruediste
ArtifactId

ArtifactId

lambdaPegParser
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lamda Parsing Expression Grammar Parser
Parent maven project for OSS projects
Project URL

Project URL

https://github.com/ruediste/lambda-peg-parser

Download lambdaPegParser

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
cglib : cglib jar 3.1
org.ow2.asm : asm-util jar 5.0.4
org.ow2.asm : asm-commons jar 5.0.4
org.ow2.asm : asm-analysis jar 5.0.4
com.google.guava : guava jar 18.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0