is not current version
Last Version 1.1.24

org.unlaxer:tinyExpression 1.1.8

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

tinyExpression
Version

Version

1.1.8
Type

Type

jar

Download tinyExpression 1.1.8


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