License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators MyBatis Data ORM |
GroupId | GroupIdfun.fengwk.auto-mapper |
ArtifactId | ArtifactIdmybatis |
Version | Version0.0.5 |
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 |
---|---|
mybatis-0.0.5.pom | |
mybatis-0.0.5.jar | 3 KB |
mybatis-0.0.5-sources.jar | 2 KB |
mybatis-0.0.5-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>mybatis</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/
implementation 'fun.fengwk.auto-mapper:mybatis:0.0.5'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/
implementation ("fun.fengwk.auto-mapper:mybatis:0.0.5")
'fun.fengwk.auto-mapper:mybatis:jar:0.0.5'
<dependency org="fun.fengwk.auto-mapper" name="mybatis" rev="0.0.5">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='mybatis', version='0.0.5')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "mybatis" % "0.0.5"
[fun.fengwk.auto-mapper/mybatis "0.0.5"]