License |
License |
---|---|
GroupId | GroupIdorg.tbee.tecl |
ArtifactId | ArtifactIdtecl-parent |
Version | Version1.5.0 |
Type | Typepom |
Description |
DescriptionTECL - totally encompassing configuration language
A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tecl-parent-1.5.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tbee.tecl/tecl-parent/ -->
<dependency>
<groupId>org.tbee.tecl</groupId>
<artifactId>tecl-parent</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tbee.tecl/tecl-parent/
implementation 'org.tbee.tecl:tecl-parent:1.5.0'
// https://jarcasting.com/artifacts/org.tbee.tecl/tecl-parent/
implementation ("org.tbee.tecl:tecl-parent:1.5.0")
'org.tbee.tecl:tecl-parent:pom:1.5.0'
<dependency org="org.tbee.tecl" name="tecl-parent" rev="1.5.0">
<artifact name="tecl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tbee.tecl', module='tecl-parent', version='1.5.0')
)
libraryDependencies += "org.tbee.tecl" % "tecl-parent" % "1.5.0"
[org.tbee.tecl/tecl-parent "1.5.0"]