Download enjoy-3.3.jar file - Jar e

Jar examples for e:enjoy

Description

Enjoy is a simple, light, rapid, independent, extensible Java Template Engine.

You can download jar file enjoy 3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add enjoy-3.3.jar to your project.

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

Download

Click the following link to download the jar file.

enjoy-3.3-javadoc.jar
enjoy-3.3-sources.jar
enjoy-3.3.jar
enjoy-3.3.pom



Related Tutorials