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.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis
ArtifactId

ArtifactId

mybatis
Last Version

Last Version

3.5.10
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.mybatis.org/mybatis-3
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/mybatis-3

Download mybatis

How to add to project

<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis/ -->
<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis</artifactId>
    <version>3.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis/
implementation 'org.mybatis:mybatis:3.5.10'
// https://jarcasting.com/artifacts/org.mybatis/mybatis/
implementation ("org.mybatis:mybatis:3.5.10")
'org.mybatis:mybatis:jar:3.5.10'
<dependency org="org.mybatis" name="mybatis" rev="3.5.10">
  <artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis', version='3.5.10')
)
libraryDependencies += "org.mybatis" % "mybatis" % "3.5.10"
[org.mybatis/mybatis "3.5.10"]

Dependencies

compile (7)

Group / Artifact Type Version
ognl : ognl Optional jar 3.3.2
org.javassist : javassist Optional jar 3.29.0-GA
org.slf4j : slf4j-api Optional jar 1.7.36
ch.qos.reload4j : reload4j Optional jar 1.2.21
org.apache.logging.log4j : log4j-api Optional jar 2.17.2
commons-logging : commons-logging Optional jar 1.2
cglib : cglib Optional jar 3.3.0

provided (1)

Group / Artifact Type Version
com.microsoft.sqlserver : mssql-jdbc jar 11.1.1.jre8-preview

test (16)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.hsqldb : hsqldb jar 2.5.2
org.apache.derby : derby jar 10.14.2.0
com.h2database : h2 jar 2.1.212
org.mockito : mockito-core jar 4.5.1
org.mockito : mockito-junit-jupiter jar 4.5.1
org.apache.velocity : velocity-engine-core jar 2.3
org.postgresql : postgresql jar 42.3.5
mysql : mysql-connector-java jar 8.0.29
org.assertj : assertj-core jar 3.22.0
eu.codearte.catch-exception : catch-exception jar 2.0
org.testcontainers : junit-jupiter jar 1.17.2
org.testcontainers : postgresql jar 1.17.2
org.testcontainers : mysql jar 1.17.2
ch.qos.logback : logback-classic jar 1.2.11
org.apache.logging.log4j : log4j-core jar 2.17.2

Project Modules

There are no modules declared in this project.
org.mybatis

MyBatis

Versions

Version
3.5.10
3.5.9
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
2.3.5