License |
License |
---|---|
GroupId | GroupIdorg.unlaxer |
ArtifactId | ArtifactIdunlaxer-diagram |
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-diagram-1.1.24.pom | |
unlaxer-diagram-1.1.24.jar | 6 KB |
unlaxer-diagram-1.1.24-sources.jar | 4 KB |
unlaxer-diagram-1.1.24-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-diagram/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-diagram</artifactId>
<version>1.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-diagram/
implementation 'org.unlaxer:unlaxer-diagram:1.1.24'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-diagram/
implementation ("org.unlaxer:unlaxer-diagram:1.1.24")
'org.unlaxer:unlaxer-diagram:jar:1.1.24'
<dependency org="org.unlaxer" name="unlaxer-diagram" rev="1.1.24">
<artifact name="unlaxer-diagram" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-diagram', version='1.1.24')
)
libraryDependencies += "org.unlaxer" % "unlaxer-diagram" % "1.1.24"
[org.unlaxer/unlaxer-diagram "1.1.24"]
Group / Artifact | Type | Version |
---|---|---|
org.unlaxer : unlaxer-common | jar | 1.1.24 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.arnx : jsonic | jar | 1.3.10 |