License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdfun.fengwk.auto-mapper |
ArtifactId | ArtifactIdauto-mapper-annotation |
Version | Version0.0.9 |
Type | Typejar |
Description |
DescriptionAutomapper is a MyBatis SQL generation tool,
it provides a JPA-like interface method to SQL ability,
only rely on a compile time JAR package can avoid a lot of simple
and similar to the repeated writing of SQL work.
|
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-annotation/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>auto-mapper-annotation</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-annotation/
implementation 'fun.fengwk.auto-mapper:auto-mapper-annotation:0.0.9'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-annotation/
implementation ("fun.fengwk.auto-mapper:auto-mapper-annotation:0.0.9")
'fun.fengwk.auto-mapper:auto-mapper-annotation:jar:0.0.9'
<dependency org="fun.fengwk.auto-mapper" name="auto-mapper-annotation" rev="0.0.9">
<artifact name="auto-mapper-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='auto-mapper-annotation', version='0.0.9')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "auto-mapper-annotation" % "0.0.9"
[fun.fengwk.auto-mapper/auto-mapper-annotation "0.0.9"]