License |
License |
---|---|
GroupId | GroupIdorg.unlaxer |
ArtifactId | ArtifactIdunlaxer-shared |
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-shared-1.1.24.pom | |
unlaxer-shared-1.1.24.jar | 37 KB |
unlaxer-shared-1.1.24-sources.jar | 17 KB |
unlaxer-shared-1.1.24-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-shared/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-shared</artifactId>
<version>1.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-shared/
implementation 'org.unlaxer:unlaxer-shared:1.1.24'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-shared/
implementation ("org.unlaxer:unlaxer-shared:1.1.24")
'org.unlaxer:unlaxer-shared:jar:1.1.24'
<dependency org="org.unlaxer" name="unlaxer-shared" rev="1.1.24">
<artifact name="unlaxer-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-shared', version='1.1.24')
)
libraryDependencies += "org.unlaxer" % "unlaxer-shared" % "1.1.24"
[org.unlaxer/unlaxer-shared "1.1.24"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |