Download liqp-0.7.3.jar file - Jar l

Jar examples for l:liqp

Description

A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.

You can download jar file liqp 0.7.3 in this page.

License

MIT License

Build File

You can use the following script to add liqp-0.7.3.jar to your project.

<dependency>
   <groupId>nl.big-o</groupId>
   <artifactId>liqp</artifactId>
   <version>0.7.3</version>
</dependency>
compile group: 'nl.big-o', name: 'liqp', version: '0.7.3'
libraryDependencies += "nl.big-o" % "liqp" % "0.7.3"
<dependency org="nl.big-o" name="liqp" rev="0.7.3"/>
@Grapes(@Grab(group='nl.big-o', module='liqp', version='0.7.3'))
'nl.big-o:liqp:jar:0.7.3'

Download

Click the following link to download the jar file.

liqp-0.7.3-javadoc.jar
liqp-0.7.3-sources.jar
liqp-0.7.3.jar
liqp-0.7.3.pom



Related Tutorials