Last Version

fun.fengwk.auto-mapper:processor 0.0.8

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

processor
Version

Version

0.0.8
Type

Type

jar
Description

Description

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.

Download processor 0.0.8


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

Dependencies

compile (1)

Group / Artifact Type Version
fun.fengwk.auto-mapper : annotation jar 0.0.8

provided (1)

Group / Artifact Type Version
fun.fengwk.auto-mapper : mybatis jar 0.0.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.google.testing.compile : compile-testing jar 0.19

Project Modules

There are no modules declared in this project.