MVN

org.unlaxer : unlaxer-vocabulary

Maven & Gradle

Jul 21, 2022

Unlaxer parser combinator · a simple parser combinator inspired by RelaxNG

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

Latest Version

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

  • Latest Stable: 1.1.26

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.unlaxer</groupId>
    <artifactId>unlaxer-vocabulary</artifactId>
    <version>1.1.26</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.unlaxer:unlaxer-vocabulary:1.1.26'

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

implementation("org.unlaxer:unlaxer-vocabulary:1.1.26")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.unlaxer" % "unlaxer-vocabulary" % "1.1.26"

Advertisement