MVN

com.xixudi : jfinal

Maven & Gradle

Nov 16, 2021

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

<dependency>
    <groupId>com.xixudi</groupId>
    <artifactId>jfinal</artifactId>
    <version>4.9.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xixudi : jfinal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.17.1

All Versions

Choose a version of com.xixudi : jfinal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
jfinal-4.9.17.1
jfinal-4.9.13
jfinal-4.9.10
jfinal-4.9.09-3
jfinal-4.9.09-2
jfinal-4.9.09-1
jfinal-4.9.09

How to add a dependency to Maven

Add the following com.xixudi : jfinal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xixudi</groupId>
    <artifactId>jfinal</artifactId>
    <version>4.9.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xixudi : jfinal gradle dependency to your build.gradle file:

implementation 'com.xixudi:jfinal:4.9.17.1'

Gradle Kotlin DSL: Add the following com.xixudi : jfinal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xixudi:jfinal:4.9.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xixudi : jfinal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xixudi" % "jfinal" % "4.9.17.1"