Jar examples for j:jfinal
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.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jfinal-3.3.jar to your project.
<dependency> <groupId>com.jfinal</groupId> <artifactId>jfinal</artifactId> <version>3.3</version> </dependency>
compile group: 'com.jfinal', name: 'jfinal', version: '3.3'
libraryDependencies += "com.jfinal" % "jfinal" % "3.3"
<dependency org="com.jfinal" name="jfinal" rev="3.3"/>
@Grapes(@Grab(group='com.jfinal', module='jfinal', version='3.3'))
'com.jfinal:jfinal:jar:3.3'
Click the following link to download the jar file.
jfinal-3.3-javadoc.jar