is not current version
Last Version 1.1.24

org.unlaxer:unlaxer-vocabulary 1.1

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

unlaxer-vocabulary
Version

Version

1.1
Type

Type

jar

Download unlaxer-vocabulary 1.1


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