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