Last Version

ReBatis 1.0.0

Generic mybatis mapper interface without write SQL yourself

License

License

GroupId

GroupId

com.lihongkun
ArtifactId

ArtifactId

rebatis
Version

Version

1.0.0
Type

Type

jar
Description

Description

ReBatis
Generic mybatis mapper interface without write SQL yourself
Source Code Management

Source Code Management

https://github.com/lihongkun/rebatis

Download rebatis 1.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.9.RELEASE
org.apache.commons : commons-lang3 jar 3.6
org.slf4j : slf4j-api jar 1.7.3

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.4

test (7)

Group / Artifact Type Version
org.mybatis : mybatis-spring jar 1.3.1
org.springframework : spring-context jar 4.3.9.RELEASE
org.springframework : spring-jdbc jar 4.3.9.RELEASE
junit : junit jar 4.12
com.h2database : h2 jar 1.4.196
com.alibaba : druid jar 1.1.4
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.