Last Version

jParsec Root 3.1

A parser combinator library in Java, modelled after Haskell' Parsec

License

License

GroupId

GroupId

org.jparsec
ArtifactId

ArtifactId

jparsec-root
Version

Version

3.1
Type

Type

pom
Description

Description

jParsec Root
A parser combinator library in Java, modelled after Haskell' Parsec
Project URL

Project URL

http://github.com/jparsec/jparsec
Project Organization

Project Organization

jparsec
Source Code Management

Source Code Management

http://github.com/jparsec/jparsec

Download jparsec-root 3.1

Filename Size
jparsec-root-3.1.pom 9 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jparsec
  • jparsec-examples
  • jparsec-testutils