Last Version

org.tbee.tecl:tecl 1.5.0

A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.

License

License

MIT
GroupId

GroupId

org.tbee.tecl
ArtifactId

ArtifactId

tecl
Version

Version

1.5.0
Type

Type

jar
Description

Description

A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.

Download tecl 1.5.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.antlr : antlr4 jar 4.9.3
org.apache.commons : commons-text jar 1.8
org.slf4j : slf4j-api jar 1.7.28

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
org.slf4j : slf4j-log4j12 jar 1.7.28

Project Modules

There are no modules declared in this project.