Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.xiwh |
ArtifactId | ArtifactIdmybatis-paginator |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-paginator-1.0.0.pom | |
mybatis-paginator-1.0.0.jar | 45 KB |
mybatis-paginator-1.0.0-sources.jar | 21 KB |
mybatis-paginator-1.0.0-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/ -->
<dependency>
<groupId>com.github.xiwh</groupId>
<artifactId>mybatis-paginator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation 'com.github.xiwh:mybatis-paginator:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation ("com.github.xiwh:mybatis-paginator:1.0.0")
'com.github.xiwh:mybatis-paginator:jar:1.0.0'
<dependency org="com.github.xiwh" name="mybatis-paginator" rev="1.0.0">
<artifact name="mybatis-paginator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiwh', module='mybatis-paginator', version='1.0.0')
)
libraryDependencies += "com.github.xiwh" % "mybatis-paginator" % "1.0.0"
[com.github.xiwh/mybatis-paginator "1.0.0"]