is not current version
Last Version 1.1.24

org.unlaxer:ebnf 1.0

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

ebnf
Version

Version

1.0
Type

Type

jar

Download ebnf 1.0


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