Last Version

mybatis-ex 1.0.1

mybatis的自定义扩展。 版本1.0.0 支持mybatis 3.2|3.3版本 版本1.0.1 支持mybatis 3.4版本

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.penggle
ArtifactId

ArtifactId

mybatis-ex
Version

Version

1.0.1
Type

Type

jar
Description

Description

mybatis-ex
mybatis的自定义扩展。 版本1.0.0 支持mybatis 3.2|3.3版本 版本1.0.1 支持mybatis 3.4版本
Project URL

Project URL

https://github.com/penggle/mybatis-ex
Source Code Management

Source Code Management

https://github.com/penggle/mybatis-ex

Download mybatis-ex 1.0.1


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

Dependencies

provided (13)

Group / Artifact Type Version
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

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.