| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторmybatis |
| Версия | Версия0.0.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatis-0.0.11.pom | |
| mybatis-0.0.11.jar | 59 KB |
| mybatis-0.0.11-sources.jar | 43 KB |
| mybatis-0.0.11-javadoc.jar | 450 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/mybatis/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>mybatis</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mybatis/
implementation 'com.github.houbb:mybatis:0.0.11'
// https://jarcasting.com/artifacts/com.github.houbb/mybatis/
implementation ("com.github.houbb:mybatis:0.0.11")
'com.github.houbb:mybatis:jar:0.0.11'
<dependency org="com.github.houbb" name="mybatis" rev="0.0.11">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mybatis', version='0.0.11')
)
libraryDependencies += "com.github.houbb" % "mybatis" % "0.0.11"
[com.github.houbb/mybatis "0.0.11"]