License |
License |
---|---|
GroupId | GroupIdcom.lihongkun |
ArtifactId | ArtifactIdrebatis |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionReBatis
Generic mybatis mapper interface without write SQL yourself
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rebatis-1.0.0.pom | |
rebatis-1.0.0.jar | 73 KB |
rebatis-1.0.0-sources.jar | 41 KB |
rebatis-1.0.0-javadoc.jar | 287 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.4 |
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 |