| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdmybatis |
| Version | Version0.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mybatis-0.0.17.pom | |
| mybatis-0.0.17.jar | 89 KB |
| mybatis-0.0.17-sources.jar | 66 KB |
| mybatis-0.0.17-javadoc.jar | 586 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/mybatis/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>mybatis</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mybatis/
implementation 'com.github.houbb:mybatis:0.0.17'
// https://jarcasting.com/artifacts/com.github.houbb/mybatis/
implementation ("com.github.houbb:mybatis:0.0.17")
'com.github.houbb:mybatis:jar:0.0.17'
<dependency org="com.github.houbb" name="mybatis" rev="0.0.17">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mybatis', version='0.0.17')
)
libraryDependencies += "com.github.houbb" % "mybatis" % "0.0.17"
[com.github.houbb/mybatis "0.0.17"]