Download httl-1.0.11.jar file - Jar h

Jar examples for h:httl

Description

Hyper Text Template Language and Engine.

You can download jar file httl 1.0.11 in this page.

License

Apache 2

Build File

You can use the following script to add httl-1.0.11.jar to your project.

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

Download

Click the following link to download the jar file.

httl-1.0.11-javadoc.jar
httl-1.0.11-sources.jar
httl-1.0.11.jar
httl-1.0.11.pom



Related Tutorials