is not current version
Last Version 1.1.24

org.unlaxer:unlaxer-shared 1.1.8

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

unlaxer-shared
Version

Version

1.1.8
Type

Type

jar

Download unlaxer-shared 1.1.8


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