is not current version
Last Version 0.0.4

fun.fengwk.auto-mapper:auto-mapper 0.0.3

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.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

fun.fengwk.auto-mapper
ArtifactId

ArtifactId

auto-mapper
Version

Version

0.0.3
Type

Type

pom
Description

Description

fun.fengwk.auto-mapper:auto-mapper
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.
Project URL

Project URL

https://github.com/fengwk/auto-mapper
Source Code Management

Source Code Management

https://github.com/fengwk/auto-mapper/tree/main

Download auto-mapper 0.0.3

Filename Size
auto-mapper-0.0.3.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotation
  • mybatis
  • processor
  • example