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.

Лицензия

Лицензия

Категории

Категории

MyBatis Данные ORM
Группа

Группа

org.mybatis
Идентификатор

Идентификатор

mybatis
Последняя версия

Последняя версия

3.5.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.mybatis.org/mybatis-3
Организация-разработчик

Организация-разработчик

MyBatis.org
Система контроля версий

Система контроля версий

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

Скачать mybatis

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
ognl : ognl Необязательный jar 3.3.2
org.javassist : javassist Необязательный jar 3.29.0-GA
org.slf4j : slf4j-api Необязательный jar 1.7.36
ch.qos.reload4j : reload4j Необязательный jar 1.2.21
org.apache.logging.log4j : log4j-api Необязательный jar 2.17.2
commons-logging : commons-logging Необязательный jar 1.2
cglib : cglib Необязательный jar 3.3.0

provided (1)

Идентификатор библиотеки Тип Версия
com.microsoft.sqlserver : mssql-jdbc jar 11.1.1.jre8-preview

test (16)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.
org.mybatis

MyBatis

Версии библиотеки

Версия
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