| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcom.github.penggle |
| Идентификатор | Идентификаторmybatis-ex |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеmybatis-ex
mybatis的自定义扩展。
版本1.0.0 支持mybatis 3.2|3.3版本
版本1.0.1 支持mybatis 3.4版本
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mybatis-ex-1.0.1.pom | |
| mybatis-ex-1.0.1.jar | 25 KB |
| mybatis-ex-1.0.1-sources.jar | 17 KB |
| mybatis-ex-1.0.1-javadoc.jar | 112 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>mybatis-ex</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation 'com.github.penggle:mybatis-ex:1.0.1'
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation ("com.github.penggle:mybatis-ex:1.0.1")
'com.github.penggle:mybatis-ex:jar:1.0.1'
<dependency org="com.github.penggle" name="mybatis-ex" rev="1.0.1">
<artifact name="mybatis-ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='mybatis-ex', version='1.0.1')
)
libraryDependencies += "com.github.penggle" % "mybatis-ex" % "1.0.1"
[com.github.penggle/mybatis-ex "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| org.apache.logging.log4j : log4j-api | jar | 2.7 |
| org.apache.logging.log4j : log4j-core | jar | 2.7 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
| org.mybatis : mybatis | jar | 3.4.2 |
| org.mybatis : mybatis-spring | jar | 1.3.1 |
| org.springframework : spring-core | jar | 4.3.7.RELEASE |
| org.springframework : spring-beans | jar | 4.3.7.RELEASE |
| org.springframework : spring-context | jar | 4.3.7.RELEASE |
| org.springframework : spring-context-support | jar | 4.3.7.RELEASE |
| org.springframework : spring-jdbc | jar | 4.3.7.RELEASE |
| org.springframework : spring-tx | jar | 4.3.7.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 4.3.7.RELEASE |
| mysql : mysql-connector-java | jar | 5.1.31 |
| com.alibaba : druid | jar | 1.0.26 |