is not current version
Last Version 0.0.24

fun.fengwk.auto-mapper:auto-mapper-parent 0.0.13

Automapper 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.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

fun.fengwk.auto-mapper
ArtifactId

ArtifactId

auto-mapper-parent
Version

Version

0.0.13
Type

Type

pom

Download auto-mapper-parent 0.0.13


<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-parent/ -->
<dependency>
    <groupId>fun.fengwk.auto-mapper</groupId>
    <artifactId>auto-mapper-parent</artifactId>
    <version>0.0.13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-parent/
implementation 'fun.fengwk.auto-mapper:auto-mapper-parent:0.0.13'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-parent/
implementation ("fun.fengwk.auto-mapper:auto-mapper-parent:0.0.13")
'fun.fengwk.auto-mapper:auto-mapper-parent:pom:0.0.13'
<dependency org="fun.fengwk.auto-mapper" name="auto-mapper-parent" rev="0.0.13">
  <artifact name="auto-mapper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='auto-mapper-parent', version='0.0.13')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "auto-mapper-parent" % "0.0.13"
[fun.fengwk.auto-mapper/auto-mapper-parent "0.0.13"]