MVN

com.github.myBingk : jtable

Maven & Gradle

Apr 25, 2019
0 stars

com.github.myBingk.jtabl · The DAO class that encapsulates JFinal provides database extension operations, provides an exception chain, supports distributed transaction rollback, provides a process chain, provides basic database operations, and protects complex conditional constructs.

<dependency>
    <groupId>com.github.myBingk</groupId>
    <artifactId>jtable</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.myBingk : jtable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.RELEASE

All Versions

Choose a version of com.github.myBingk : jtable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jtable-1.0.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.myBingk</groupId>
    <artifactId>jtable</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.myBingk : jtable gradle dependency to your build.gradle file:

implementation 'com.github.myBingk:jtable:1.0.0.RELEASE'

Gradle Kotlin DSL: Add the following com.github.myBingk : jtable gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.myBingk:jtable:1.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.myBingk : jtable sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.myBingk" % "jtable" % "1.0.0.RELEASE"