MVN

org.unlaxer : ebnf

Maven & Gradle

Jul 21, 2022
1 usages

Unlaxer parser combinator · a simple parser combinator inspired by RelaxNG

<dependency>
    <groupId>org.unlaxer</groupId>
    <artifactId>ebnf</artifactId>
    <version>1.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.unlaxer : ebnf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.26

All Versions

Choose a version of org.unlaxer : ebnf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ebnf-1.1.26
ebnf-1.1.25
ebnf-1.1.24
ebnf-1.1.23
ebnf-1.1.22
ebnf-1.1.21
ebnf-1.1.20
ebnf-1.1.19
ebnf-1.1.18
ebnf-1.1.17
ebnf-1.1.16
ebnf-1.1.15
ebnf-1.1.14
ebnf-1.1.13
ebnf-1.1.12
ebnf-1.1.11
ebnf-1.1.10
ebnf-1.1.9
ebnf-1.1.8
ebnf-1.1.7
ebnf-1.1.6
ebnf-1.1.5
ebnf-1.1.4
ebnf-1.1.3
ebnf-1.1.2
ebnf-1.1.1
1.1
ebnf-1.1
1.0
ebnf-1.0

How to add a dependency to Maven

Add the following org.unlaxer : ebnf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.unlaxer</groupId>
    <artifactId>ebnf</artifactId>
    <version>1.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.unlaxer : ebnf gradle dependency to your build.gradle file:

implementation 'org.unlaxer:ebnf:1.1.26'

Gradle Kotlin DSL: Add the following org.unlaxer : ebnf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.unlaxer:ebnf:1.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.unlaxer : ebnf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.unlaxer" % "ebnf" % "1.1.26"

Advertisement