License |
License |
---|---|
GroupId | GroupIdorg.unlaxer |
ArtifactId | ArtifactIdebnf |
Version | Version1.1.22 |
Type | Typejar |
Description |
DescriptionUnlaxer parser combinator
a simple parser combinator inspired by RelaxNG
|
Project URL |
Project URL |
Filename | Size |
---|---|
ebnf-1.1.22.pom | |
ebnf-1.1.22.jar | 64 KB |
ebnf-1.1.22-sources.jar | 50 KB |
ebnf-1.1.22-javadoc.jar | 714 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/ebnf/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>ebnf</artifactId>
<version>1.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation 'org.unlaxer:ebnf:1.1.22'
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation ("org.unlaxer:ebnf:1.1.22")
'org.unlaxer:ebnf:jar:1.1.22'
<dependency org="org.unlaxer" name="ebnf" rev="1.1.22">
<artifact name="ebnf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='ebnf', version='1.1.22')
)
libraryDependencies += "org.unlaxer" % "ebnf" % "1.1.22"
[org.unlaxer/ebnf "1.1.22"]
Group / Artifact | Type | Version |
---|---|---|
org.unlaxer : unlaxer-common | jar | 1.1.22 |
Group / Artifact | Type | Version |
---|---|---|
net.arnx : jsonic | jar | 1.3.10 |
junit : junit | jar | 4.12 |
org.unlaxer : unlaxer-testbase | jar | 1.1.22 |