is not current version
Last Version 0.2.3

com.googlecode.jatl:jatl 0.1.1

Is an extremely lightweight efficient Java library to generate XHTML or XML in a micro DSL builder/fluent style.

GroupId

GroupId

com.googlecode.jatl
ArtifactId

ArtifactId

jatl
Version

Version

0.1.1
Type

Type

jar

Download jatl 0.1.1


<!-- https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/ -->
<dependency>
    <groupId>com.googlecode.jatl</groupId>
    <artifactId>jatl</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation 'com.googlecode.jatl:jatl:0.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation ("com.googlecode.jatl:jatl:0.1.1")
'com.googlecode.jatl:jatl:jar:0.1.1'
<dependency org="com.googlecode.jatl" name="jatl" rev="0.1.1">
  <artifact name="jatl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jatl', module='jatl', version='0.1.1')
)
libraryDependencies += "com.googlecode.jatl" % "jatl" % "0.1.1"
[com.googlecode.jatl/jatl "0.1.1"]