License |
License
MIT License
|
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.yupaits |
ArtifactId | ArtifactIdcommons-mybatis |
Last Version | Last Version1.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-mybatis
基于MyBatis-Plus的通用orm模块
|
Filename | Size |
---|---|
commons-mybatis-1.0.12.pom | |
commons-mybatis-1.0.12.jar | 22 KB |
commons-mybatis-1.0.12-sources.jar | 11 KB |
commons-mybatis-1.0.12-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/commons-mybatis/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>commons-mybatis</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/commons-mybatis/
implementation 'com.yupaits:commons-mybatis:1.0.12'
// https://jarcasting.com/artifacts/com.yupaits/commons-mybatis/
implementation ("com.yupaits:commons-mybatis:1.0.12")
'com.yupaits:commons-mybatis:jar:1.0.12'
<dependency org="com.yupaits" name="commons-mybatis" rev="1.0.12">
<artifact name="commons-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='commons-mybatis', version='1.0.12')
)
libraryDependencies += "com.yupaits" % "commons-mybatis" % "1.0.12"
[com.yupaits/commons-mybatis "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
com.yupaits : commons-annotation | jar | 1.0.12 |
com.yupaits : commons-extension | jar | 1.0.12 |
com.baomidou : mybatis-plus-extension | jar | 3.1.0 |
org.springframework : spring-tx | jar | 5.1.5.RELEASE |