TECL - totally encompassing configuration language

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

Last Version

1.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

TECL - totally encompassing configuration language
A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.
Project URL

Project URL

https://bitbucket.org/tbee/tecl
Source Code Management

Source Code Management

https://bitbucket.org/tbee/tecl.git

Download tecl-parent

Filename Size
tecl-parent-1.5.0.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tecl

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