MVN

org.singledog : mybatis-jpa

Maven & Gradle

Nov 21, 2017
5 usages
8 stars

mybatis · The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

<dependency>
    <groupId>org.singledog</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>3.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.singledog : mybatis-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.7
  • Latest Release Candidate: 3.4.5-RC1

All Versions

Choose a version of org.singledog : mybatis-jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
mybatis-jpa-3.4.7
mybatis-jpa-3.4.5-RC1

How to add a dependency to Maven

Add the following org.singledog : mybatis-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.singledog</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>3.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.singledog : mybatis-jpa gradle dependency to your build.gradle file:

implementation 'org.singledog:mybatis-jpa:3.4.7'

Gradle Kotlin DSL: Add the following org.singledog : mybatis-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.singledog:mybatis-jpa:3.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.singledog : mybatis-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.singledog" % "mybatis-jpa" % "3.4.7"

Advertisement