License |
License |
---|---|
GroupId | GroupIdorg.unlaxer |
ArtifactId | ArtifactIdunlaxer-common |
Last Version | Last Version1.1.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnlaxer parser combinator
a simple parser combinator inspired by RelaxNG
|
Project URL |
Project URL |
Filename | Size |
---|---|
unlaxer-common-1.1.24.pom | |
unlaxer-common-1.1.24.jar | 251 KB |
unlaxer-common-1.1.24-sources.jar | 125 KB |
unlaxer-common-1.1.24-javadoc.jar | 995 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-common</artifactId>
<version>1.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation 'org.unlaxer:unlaxer-common:1.1.24'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation ("org.unlaxer:unlaxer-common:1.1.24")
'org.unlaxer:unlaxer-common:jar:1.1.24'
<dependency org="org.unlaxer" name="unlaxer-common" rev="1.1.24">
<artifact name="unlaxer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-common', version='1.1.24')
)
libraryDependencies += "org.unlaxer" % "unlaxer-common" % "1.1.24"
[org.unlaxer/unlaxer-common "1.1.24"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.arnx : jsonic | jar | 1.3.10 |