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