License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdfun.fengwk.auto-mapper |
ArtifactId | ArtifactIdauto-mapper-processor |
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.
|
Filename | Size |
---|---|
auto-mapper-processor-0.0.9.pom | |
auto-mapper-processor-0.0.9.jar | 76 KB |
auto-mapper-processor-0.0.9-sources.jar | 39 KB |
auto-mapper-processor-0.0.9-javadoc.jar | 321 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-processor/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>auto-mapper-processor</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-processor/
implementation 'fun.fengwk.auto-mapper:auto-mapper-processor:0.0.9'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/auto-mapper-processor/
implementation ("fun.fengwk.auto-mapper:auto-mapper-processor:0.0.9")
'fun.fengwk.auto-mapper:auto-mapper-processor:jar:0.0.9'
<dependency org="fun.fengwk.auto-mapper" name="auto-mapper-processor" rev="0.0.9">
<artifact name="auto-mapper-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='auto-mapper-processor', version='0.0.9')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "auto-mapper-processor" % "0.0.9"
[fun.fengwk.auto-mapper/auto-mapper-processor "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
fun.fengwk.auto-mapper : auto-mapper-annotation | jar | 0.0.9 |
Group / Artifact | Type | Version |
---|---|---|
fun.fengwk.auto-mapper : auto-mapper-mybatis | jar | 0.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.google.testing.compile : compile-testing | jar | 0.19 |