| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.zhengframework |
| ArtifactId | ArtifactIdzheng-mybatis |
| Version | Version1.8.0 |
| Type | Typejar |
| Description |
Descriptionzheng framework module: mybatis support
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| zheng-mybatis-1.8.0.pom | |
| zheng-mybatis-1.8.0.jar | 20 KB |
| zheng-mybatis-1.8.0-sources.jar | 14 KB |
| zheng-mybatis-1.8.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-mybatis/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-mybatis</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-mybatis/
implementation 'com.github.zhengframework:zheng-mybatis:1.8.0'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-mybatis/
implementation ("com.github.zhengframework:zheng-mybatis:1.8.0")
'com.github.zhengframework:zheng-mybatis:jar:1.8.0'
<dependency org="com.github.zhengframework" name="zheng-mybatis" rev="1.8.0">
<artifact name="zheng-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-mybatis', version='1.8.0')
)
libraryDependencies += "com.github.zhengframework" % "zheng-mybatis" % "1.8.0"
[com.github.zhengframework/zheng-mybatis "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | |
| org.mybatis : mybatis-guice | jar | |
| com.github.zhengframework : zheng-core | jar | |
| io.github.classgraph : classgraph | jar | |
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.8 |
| org.gaul : modernizer-maven-annotations Optional | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar | |
| ch.qos.logback : logback-classic | jar | |
| com.github.zhengframework : zheng-jdbc | jar | |
| com.github.zhengframework : zheng-test | jar |