Download jatl-0.2.2.jar file - Jar j

Jar examples for j:jatl

Description

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

You can download jar file jatl 0.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jatl-0.2.2.jar to your project.

<dependency>
   <groupId>com.googlecode.jatl</groupId>
   <artifactId>jatl</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'com.googlecode.jatl', name: 'jatl', version: '0.2.2'
libraryDependencies += "com.googlecode.jatl" % "jatl" % "0.2.2"
<dependency org="com.googlecode.jatl" name="jatl" rev="0.2.2"/>
@Grapes(@Grab(group='com.googlecode.jatl', module='jatl', version='0.2.2'))
'com.googlecode.jatl:jatl:jar:0.2.2'

Download

Click the following link to download the jar file.

jatl-0.2.2-javadoc.jar
jatl-0.2.2-sources.jar
jatl-0.2.2.jar
jatl-0.2.2.pom



Related Tutorials