| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.jeesuite |
| ArtifactId | ArtifactIdjeesuite-mybatis |
| Version | Version1.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeesuite-mybatis-1.1.8.pom | |
| jeesuite-mybatis-1.1.8.jar | 113 KB |
| jeesuite-mybatis-1.1.8-sources.jar | 69 KB |
| jeesuite-mybatis-1.1.8-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-mybatis/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-mybatis</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-mybatis/
implementation 'com.jeesuite:jeesuite-mybatis:1.1.8'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-mybatis/
implementation ("com.jeesuite:jeesuite-mybatis:1.1.8")
'com.jeesuite:jeesuite-mybatis:jar:1.1.8'
<dependency org="com.jeesuite" name="jeesuite-mybatis" rev="1.1.8">
<artifact name="jeesuite-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-mybatis', version='1.1.8')
)
libraryDependencies += "com.jeesuite" % "jeesuite-mybatis" % "1.1.8"
[com.jeesuite/jeesuite-mybatis "1.1.8"]