org.tbee.tecl:tecl

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
Last Version

Last Version

1.5.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0