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