t

tecl-parent

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