Last Version

mybatis 2.2.2

mybatis-plus持久层实现

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.xzixi.framework
ArtifactId

ArtifactId

mybatis
Version

Version

2.2.2
Type

Type

jar
Description

Description

mybatis
mybatis-plus持久层实现

Download mybatis 2.2.2


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

Dependencies

compile (5)

Group / Artifact Type Version
com.xzixi.framework : persistent jar 2.2.2
org.springframework.boot : spring-boot-autoconfigure jar
com.baomidou : mybatis-plus-boot-starter jar 3.3.2
com.baomidou : mybatis-plus-generator jar 3.3.2
org.apache.velocity : velocity-engine-core jar 2.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

Project Modules

There are no modules declared in this project.