t

tecl

A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.
https://bitbucket.org/tbee/tecl
Files download
File Operation
tecl-1.7.1.jar download
tecl-1.7.1.pom download
tecl-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.tbee.tecl</groupId>
  <artifactId>tecl</artifactId>
  <version>1.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.tbee.tecl:tecl:1.7.1'
Gradle Kotlin
implementation("org.tbee.tecl:tecl:1.7.1")
Scala SBT
libraryDependencies += "org.tbee.tecl" % "tecl" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.tbee.tecl', module='tecl', version='1.7.1')
)
Apache Ivy
<dependency org="org.tbee.tecl" name="tecl" rev="1.7.1" />
Leiningen
[org.tbee.tecl/tecl "1.7.1"]
Apache Buildr
'org.tbee.tecl:tecl:jar:1.7.1'