MVN

com.dukeware : jbatis

Maven & Gradle

Oct 31, 2018
0 stars

jBATIS · The jBATIS persistence framework will help you to significantly reduce the amount of Java code that you normally need to access a relational database. iBATIS simply maps JavaBeans to SQL statements using a very simple XML descriptor.

<dependency>
    <groupId>com.dukeware</groupId>
    <artifactId>jbatis</artifactId>
    <version>2.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dukeware : jbatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.8

All Versions

Choose a version of com.dukeware : jbatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jbatis-2.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dukeware</groupId>
    <artifactId>jbatis</artifactId>
    <version>2.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dukeware : jbatis gradle dependency to your build.gradle file:

implementation 'com.dukeware:jbatis:2.4.8'

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

implementation("com.dukeware:jbatis:2.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dukeware : jbatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dukeware" % "jbatis" % "2.4.8"

Advertisement