License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators MyBatis Data ORM |
GroupId | GroupIdfun.fengwk.auto-mapper |
ArtifactId | ArtifactIdauto-mapper-mybatis |
Last Version | Last Version0.0.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoMapper is a SQL generation framework for Mybatis.
|
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-mybatis/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>auto-mapper-mybatis</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-mybatis/
implementation 'fun.fengwk.auto-mapper:auto-mapper-mybatis:0.0.24'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-mybatis/
implementation ("fun.fengwk.auto-mapper:auto-mapper-mybatis:0.0.24")
'fun.fengwk.auto-mapper:auto-mapper-mybatis:jar:0.0.24'
<dependency org="fun.fengwk.auto-mapper" name="auto-mapper-mybatis" rev="0.0.24">
<artifact name="auto-mapper-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='auto-mapper-mybatis', version='0.0.24')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "auto-mapper-mybatis" % "0.0.24"
[fun.fengwk.auto-mapper/auto-mapper-mybatis "0.0.24"]