MVN

org.mybatis : mybatis

Maven & Gradle

Mar 11, 2023
1.4k usages
19.2k 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.mybatis</groupId>
    <artifactId>mybatis</artifactId>
    <version>3.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.13

All Versions

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

Version Vulnerabilities Updated
3.5.x
mybatis-3.5.13
mybatis-3.5.12
mybatis-3.5.11
mybatis-3.5.10
mybatis-3.5.9
mybatis-3.5.8
mybatis-3.5.7
mybatis-3.5.6
mybatis-3.5.5
CVE-2020-26945
mybatis-3.5.4
CVE-2020-26945
mybatis-3.5.3
CVE-2020-26945
mybatis-3.5.2
CVE-2020-26945
mybatis-3.5.1
CVE-2020-26945
mybatis-3.5.0
CVE-2020-26945
3.4.x
mybatis-3.4.6
CVE-2020-26945
mybatis-3.4.5
CVE-2020-26945
mybatis-3.4.4
CVE-2020-26945
mybatis-3.4.3
CVE-2020-26945
mybatis-3.4.2
CVE-2020-26945
mybatis-3.4.1
CVE-2020-26945
mybatis-3.4.0
CVE-2020-26945
3.3.x
mybatis-3.3.1
CVE-2020-26945
mybatis-3.3.0
CVE-2020-26945
3.2.x
mybatis-3.2.8
CVE-2020-26945
mybatis-3.2.7
CVE-2020-26945
mybatis-3.2.6
CVE-2020-26945
mybatis-3.2.5
CVE-2020-26945
mybatis-3.2.4
CVE-2020-26945
mybatis-3.2.3
CVE-2020-26945
mybatis-3.2.2
CVE-2020-26945
mybatis-3.2.1
CVE-2020-26945
mybatis-3.2.0
CVE-2020-26945
3.1.x
mybatis-3.1.1
CVE-2020-26945
mybatis-3.1.0
CVE-2020-26945
3.0.x
mybatis-3.0.6
CVE-2020-26945
mybatis-3.0.5
CVE-2020-26945
mybatis-3.0.4
CVE-2020-26945
mybatis-3.0.3
CVE-2020-26945
mybatis-3.0.2
CVE-2020-26945
mybatis-3.0.1
CVE-2020-26945
2.3.x
mybatis-2.3.5
CVE-2020-26945

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis</artifactId>
    <version>3.5.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mybatis:mybatis:3.5.13'

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

implementation("org.mybatis:mybatis:3.5.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mybatis" % "mybatis" % "3.5.13"

Advertisement

Dependencies from Group

Mar 11, 2023
1.4k usages
19.2k stars
May 19, 2023
654 usages
2.7k stars
Jan 02, 2017
62 usages
90 stars
Dec 03, 2022
29 usages
169 stars
Jul 08, 2022
10 usages
196 stars

Discover Dependencies

Aug 24, 2023
464 usages
72.6k stars
Mar 30, 2023
8.7k usages
4.9k stars
Nov 09, 2019
332 usages
1 stars
May 19, 2023
45 usages
725 stars
Aug 07, 2023
2.4k usages
5.7k stars
Jan 06, 2023
2.4k usages
Jul 07, 2023
339 usages
2.5k stars
Aug 19, 2023
7 usages
5.8k stars
Aug 07, 2023
3.6k usages
3.5k stars