MVN

com.imagingbook : parboiled-java-pom

Maven & Gradle

Feb 18, 2023
2 stars

com.imagingbook:parboiled-java-pom · Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful. This is a modularized version of the 'parboiled' PEG parser Java/Scala implementation developed by Mathias Doenitz, refactored from https://github.com/sirthias/parboiled (Version 1.4.1, Jan. 2023).

<dependency>
    <groupId>com.imagingbook</groupId>
    <artifactId>parboiled-java-pom</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imagingbook : parboiled-java-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.imagingbook : parboiled-java-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
parboiled-java-pom-1.2.0
1.1.x
parboiled-java-pom-1.1.0
1.0.x
parboiled-java-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.imagingbook</groupId>
    <artifactId>parboiled-java-pom</artifactId>
    <version>1.2.0</version>
</dependency>

Advertisement