Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.hengboy |
ArtifactId | ArtifactIdmybatis-pageable |
Version | Version1.0.4.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
mybatis-pageable-1.0.4.RELEASE.pom | 4 KB |
Browse |
<!-- 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"]