Download jatl-0.1.1.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.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jatl-0.1.1-javadoc.jar
jatl-0.1.1-sources.jar
jatl-0.1.1.jar
jatl-0.1.1.pom



Related Tutorials