Download jfinal-ext-3.1.0.jar file - Jar j

Jar examples for j:jfinal-ext

Description

jfinal extentions

You can download jar file jfinal-ext 3.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jfinal-ext-3.1.0-javadoc.jar
jfinal-ext-3.1.0-sources.jar
jfinal-ext-3.1.0.jar
jfinal-ext-3.1.0.pom



Related Tutorials