MVN

jparsec : jparsec

Maven & Gradle

Oct 10, 2012
5 usages

jparsec · What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy. What does "jparsec" stand for? Jparsec is an implementation of Haskell Parsec on the Java platform. Feature highlights. operator precendence grammar. accurate error location and customizable error message. rich set of pre-defined reusable combinator functions. declarative API that resembles BNF. [email protected] [email protected]

<dependency>
    <groupId>jparsec</groupId>
    <artifactId>jparsec</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jparsec : jparsec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of jparsec : jparsec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jparsec-2.0.1
2.0
jparsec-2.0
1.2
jparsec-1.2
1.1rc1
jparsec-1.1rc1
1.0
jparsec-1.0
0.7.x
jparsec-0.7.1
0.6
jparsec-0.6
0.5
jparsec-0.5
0.4.x
jparsec-0.4.1
0.4
jparsec-0.4
0.3
jparsec-0.3
0.2.x
jparsec-0.2.4
jparsec-0.2.3
jparsec-0.2.2

How to add a dependency to Maven

Add the following jparsec : jparsec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jparsec</groupId>
    <artifactId>jparsec</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jparsec : jparsec gradle dependency to your build.gradle file:

implementation 'jparsec:jparsec:2.0.1'

Gradle Kotlin DSL: Add the following jparsec : jparsec gradle kotlin dependency to your build.gradle.kts file:

implementation("jparsec:jparsec:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following jparsec : jparsec sbt scala dependency to your build.sbt file:

libraryDependencies += "jparsec" % "jparsec" % "2.0.1"

Advertisement

Dependencies from Group

Oct 10, 2012
5 usages
Jan 22, 2006
Aug 26, 2006

Discover Dependencies

Oct 12, 2013
9 usages
Mar 03, 2022
6 usages
31 stars
Sep 17, 2016
1 usages
32 stars
Dec 17, 2021
7 usages
10 stars
May 17, 2019
2 usages
218 stars
Jun 02, 2021
3 usages
7 stars
Aug 28, 2011
9 usages
70 stars
Jul 28, 2015
8 usages
90 stars