License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.huifer |
ArtifactId | ArtifactIdfor-mybatis-plus |
Last Version | Last Version0.0.5-Releases-hot-fix |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncrud template for mybatis and redis
|
<!-- https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>for-mybatis-plus</artifactId>
<version>0.0.5-Releases-hot-fix</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/
implementation 'com.github.huifer:for-mybatis-plus:0.0.5-Releases-hot-fix'
// https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/
implementation ("com.github.huifer:for-mybatis-plus:0.0.5-Releases-hot-fix")
'com.github.huifer:for-mybatis-plus:jar:0.0.5-Releases-hot-fix'
<dependency org="com.github.huifer" name="for-mybatis-plus" rev="0.0.5-Releases-hot-fix">
<artifact name="for-mybatis-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='for-mybatis-plus', version='0.0.5-Releases-hot-fix')
)
libraryDependencies += "com.github.huifer" % "for-mybatis-plus" % "0.0.5-Releases-hot-fix"
[com.github.huifer/for-mybatis-plus "0.0.5-Releases-hot-fix"]
Group / Artifact | Type | Version |
---|---|---|
com.github.huifer : common | jar | 0.0.5-Releases-hot-fix |
com.baomidou : mybatis-plus | jar | 3.3.2 |