не последняя версия
Последняя версия 1.1.24

org.unlaxer:unlaxer-shared 1.1.1

a simple parser combinator inspired by RelaxNG

Группа

Группа

org.unlaxer
Идентификатор

Идентификатор

unlaxer-shared
Версия

Версия

1.1.1
Тип

Тип

jar

Скачать unlaxer-shared 1.1.1


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