is not current version
Last Version 3.5.10

mybatis 3.5.7

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
Version

Version

3.5.7
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 3.5.7


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

Dependencies

compile (8)

Group / Artifact Type Version
ognl : ognl Optional jar 3.2.20
org.javassist : javassist Optional jar 3.27.0-GA
org.slf4j : slf4j-api Optional jar 1.7.30
org.slf4j : slf4j-log4j12 Optional jar 1.7.30
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-core Optional jar 2.14.1
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 8.4.1.jre8

test (14)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.hsqldb : hsqldb jar 2.5.1
org.apache.derby : derby jar 10.14.2.0
com.h2database : h2 jar 1.4.200
org.mockito : mockito-core jar 3.9.0
org.mockito : mockito-junit-jupiter jar 3.9.0
org.apache.velocity : velocity-engine-core jar 2.3
org.postgresql : postgresql jar 42.2.20
mysql : mysql-connector-java jar 8.0.24
org.assertj : assertj-core jar 3.19.0
eu.codearte.catch-exception : catch-exception jar 2.0
org.testcontainers : junit-jupiter jar 1.15.3
org.testcontainers : postgresql jar 1.15.3
org.testcontainers : mysql jar 1.15.3

Project Modules

There are no modules declared in this project.