MVN

org.tbee.tecl : tecl-parent

Maven & Gradle

Jan 23, 2022

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

<dependency>
    <groupId>org.tbee.tecl</groupId>
    <artifactId>tecl-parent</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tbee.tecl : tecl-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of org.tbee.tecl : tecl-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
tecl-parent-1.5.0
1.4.x
tecl-parent-1.4.2
tecl-parent-1.4.1
tecl-parent-1.4.0
1.3.x
tecl-parent-1.3.0
1.2.x
tecl-parent-1.2.0
1.1.x
tecl-parent-1.1.0
1.0.x
tecl-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.tbee.tecl</groupId>
    <artifactId>tecl-parent</artifactId>
    <version>1.5.0</version>
</dependency>