License |
License |
---|---|
GroupId | GroupIdorg.tbee.tecl |
ArtifactId | ArtifactIdtecl |
Version | Version1.5.0 |
Type | Typejar |
Description |
DescriptionA language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.
|
Filename | Size |
---|---|
tecl-1.5.0.pom | |
tecl-1.5.0.jar | 78 KB |
tecl-1.5.0-sources.jar | 45 KB |
tecl-1.5.0-javadoc.jar | 569 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tbee.tecl/tecl/ -->
<dependency>
<groupId>org.tbee.tecl</groupId>
<artifactId>tecl</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tbee.tecl/tecl/
implementation 'org.tbee.tecl:tecl:1.5.0'
// https://jarcasting.com/artifacts/org.tbee.tecl/tecl/
implementation ("org.tbee.tecl:tecl:1.5.0")
'org.tbee.tecl:tecl:jar:1.5.0'
<dependency org="org.tbee.tecl" name="tecl" rev="1.5.0">
<artifact name="tecl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tbee.tecl', module='tecl', version='1.5.0')
)
libraryDependencies += "org.tbee.tecl" % "tecl" % "1.5.0"
[org.tbee.tecl/tecl "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4 | jar | 4.9.3 |
org.apache.commons : commons-text | jar | 1.8 |
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.slf4j : slf4j-log4j12 | jar | 1.7.28 |