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

mybatis 3.4.6-beta1

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
Группа

Группа

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

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

mybatis
Версия

Версия

3.4.6-beta1
Тип

Тип

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 3.4.6-beta1


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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
ognl : ognl Необязательный jar 3.1.16
org.javassist : javassist Необязательный jar 3.22.0-GA
org.slf4j : slf4j-api Необязательный jar 1.7.25
org.slf4j : slf4j-log4j12 Необязательный jar 1.7.25
log4j : log4j Необязательный jar 1.2.17
org.apache.logging.log4j : log4j-core Необязательный jar 2.3
commons-logging : commons-logging Необязательный jar 1.2
cglib : cglib Необязательный jar 3.2.5

test (11)

Идентификатор библиотеки Тип Версия
org.junit.vintage : junit-vintage-engine jar 4.12.2
org.hsqldb : hsqldb jar 2.3.5
org.apache.derby : derby jar 10.12.1.1
org.mockito : mockito-core jar 2.12.0
commons-dbcp : commons-dbcp jar 1.4
org.jboss.spec.javax.transaction : jboss-transaction-api_1.2_spec jar 1.0.1.Final
org.apache.velocity : velocity jar 1.7
org.postgresql : postgresql jar 42.1.4.jre6
org.assertj : assertj-core jar 1.7.1
eu.codearte.catch-exception : catch-exception jar 1.4.4
ru.yandex.qatools.embed : postgresql-embedded jar 2.5

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

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