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