is not current version
Last Version 1.1.24

org.unlaxer:ebnf 1.1.13

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

ebnf
Version

Version

1.1.13
Type

Type

jar

Download ebnf 1.1.13


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