Download jade4j-1.2.1.jar file - Jar j

Jar examples for j:jade4j

Description

Java implementation of the jade templating language

You can download jar file jade4j 1.2.1 in this page.

License

MIT License

Build File

You can use the following script to add jade4j-1.2.1.jar to your project.

<dependency>
   <groupId>de.neuland-bfi</groupId>
   <artifactId>jade4j</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'de.neuland-bfi', name: 'jade4j', version: '1.2.1'
libraryDependencies += "de.neuland-bfi" % "jade4j" % "1.2.1"
<dependency org="de.neuland-bfi" name="jade4j" rev="1.2.1"/>
@Grapes(@Grab(group='de.neuland-bfi', module='jade4j', version='1.2.1'))
'de.neuland-bfi:jade4j:jar:1.2.1'

Download

Click the following link to download the jar file.

jade4j-1.2.1-javadoc.jar
jade4j-1.2.1-sources.jar
jade4j-1.2.1.jar
jade4j-1.2.1.pom



Related Tutorials