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

mybatis 0.0.2

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

Группа

com.github.huangzhouhong
Идентификатор

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

mybatis
Версия

Версия

0.0.2
Тип

Тип

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/huangzhouhong/mybatis-3

Скачать mybatis 0.0.2


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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.antlr : antlr4-runtime jar 4.7.2
org.antlr : antlr4 jar 4.7.2
ognl : ognl Необязательный jar 3.2.10
org.javassist : javassist Необязательный jar 3.24.1-GA
org.slf4j : slf4j-api Необязательный jar 1.7.26
org.slf4j : slf4j-log4j12 Необязательный jar 1.7.26
log4j : log4j Необязательный jar 1.2.17
org.apache.logging.log4j : log4j-core Необязательный jar 2.11.2
commons-logging : commons-logging Необязательный jar 1.2
cglib : cglib Необязательный jar 3.2.10

test (15)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.5.0
org.hsqldb : hsqldb jar 2.4.1
org.apache.derby : derby jar 10.14.2.0
org.mockito : mockito-core jar 2.25.1
org.mockito : mockito-junit-jupiter jar 2.25.1
org.apache.commons : commons-dbcp2 jar 2.6.0
javax.transaction : javax.transaction-api jar 1.3
org.apache.velocity : velocity-engine-core jar 2.0
org.postgresql : postgresql jar 42.2.5
mysql : mysql-connector-java jar 8.0.17
org.assertj : assertj-core jar 3.12.2
eu.codearte.catch-exception : catch-exception jar 1.4.6
org.testcontainers : junit-jupiter jar 1.12.1
org.testcontainers : postgresql jar 1.12.1
org.testcontainers : mysql jar 1.12.1

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

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