j

jparsec-root

A parser combinator library in Java, modelled after Haskell' Parsec
http://github.com/jparsec/jparsec
Apache License 2.0
jparsec
Ben Yu Arnaud Bailly
Files download
File Operation
jparsec-root-3.0.pom download
Apache Maven
<dependency>
  <groupId>org.jparsec</groupId>
  <artifactId>jparsec-root</artifactId>
  <version>3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jparsec:jparsec-root:3.0'
Gradle Kotlin
implementation("org.jparsec:jparsec-root:3.0")
Scala SBT
libraryDependencies += "org.jparsec" % "jparsec-root" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jparsec', module='jparsec-root', version='3.0')
)
Apache Ivy
<dependency org="org.jparsec" name="jparsec-root" rev="3.0" />
Leiningen
[org.jparsec/jparsec-root "3.0"]
Apache Buildr
'org.jparsec:jparsec-root:jar:3.0'
Dependencies
The project has no third-party dependencies