jamon

Java combinatoric parser

License

License

GroupId

GroupId

se.fnord
ArtifactId

ArtifactId

jamon
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jamon
Java combinatoric parser
Source Code Management

Source Code Management

https://github.com/gsson/jamon.git

Download jamon

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Jamon

Monadic combinator parser framework in Java

Build Status

And one for your build.gradle if that's more convenient:

testCompile 'se.fnord:jamon:1.1.0'

License

This software is licensed under the ISC license:

Copyright (c) 2015 Henrik Gustafsson <[email protected]>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Versions

Version
1.1.0