MVN

cn.fsdev : jfinal-xsql-plugin

Maven & Gradle

Jan 17, 2017

jfinal-xsql-plugin · jfinal dynamics sql plugin

<dependency>
    <groupId>cn.fsdev</groupId>
    <artifactId>jfinal-xsql-plugin</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fsdev : jfinal-xsql-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of cn.fsdev : jfinal-xsql-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jfinal-xsql-plugin-2.2.1
2.2
jfinal-xsql-plugin-2.2

How to add a dependency to Maven

Add the following cn.fsdev : jfinal-xsql-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.fsdev</groupId>
    <artifactId>jfinal-xsql-plugin</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.fsdev : jfinal-xsql-plugin gradle dependency to your build.gradle file:

implementation 'cn.fsdev:jfinal-xsql-plugin:2.2.1'

Gradle Kotlin DSL: Add the following cn.fsdev : jfinal-xsql-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.fsdev:jfinal-xsql-plugin:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.fsdev : jfinal-xsql-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.fsdev" % "jfinal-xsql-plugin" % "2.2.1"