is not current version
Last Version 1.0.0

com.lihongkun:rebatis 0.0.1

Generic mybatis mapper interface without write SQL yourself

GroupId

GroupId

com.lihongkun
ArtifactId

ArtifactId

rebatis
Version

Version

0.0.1
Type

Type

jar

Download rebatis 0.0.1


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