Download jfinal-3.4.jar file - Jar j

Jar examples for j:jfinal

Description

JFinal is a simple, light, rapid,independent, extensible Java WEB + ORM framework. The feature of JFinal looks like ruby on rails especially ActiveRecord.

You can download jar file jfinal 3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jfinal-3.4.jar to your project.

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

Download

Click the following link to download the jar file.

jfinal-3.4-javadoc.jar
jfinal-3.4-sources.jar
jfinal-3.4.jar
jfinal-3.4.pom



Related Tutorials