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.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.tbee.tecl</groupId>
  <artifactId>tecl-parent</artifactId>
  <version>1.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.tbee.tecl:tecl-parent:1.5.1'
Gradle Kotlin
implementation("org.tbee.tecl:tecl-parent:1.5.1")
Scala SBT
libraryDependencies += "org.tbee.tecl" % "tecl-parent" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.tbee.tecl', module='tecl-parent', version='1.5.1')
)
Apache Ivy
<dependency org="org.tbee.tecl" name="tecl-parent" rev="1.5.1" />
Leiningen
[org.tbee.tecl/tecl-parent "1.5.1"]
Apache Buildr
'org.tbee.tecl:tecl-parent:jar:1.5.1'
Dependencies
The project has no third-party dependencies