is not current version
Last Version 3.1

org.jparsec:jparsec-root 3.0-rc1

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

GroupId

GroupId

org.jparsec
ArtifactId

ArtifactId

jparsec-root
Version

Version

3.0-rc1
Type

Type

pom

Download jparsec-root 3.0-rc1

Filename Size
jparsec-root-3.0-rc1.pom 9 KB
Browse

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