is not current version
Last Version 1.0.1

com.wvkity:pageable 1.0.0

Mybatis extension kit.

GroupId

GroupId

com.wvkity
ArtifactId

ArtifactId

pageable
Version

Version

1.0.0
Type

Type

jar

Download pageable 1.0.0


<!-- https://jarcasting.com/artifacts/com.wvkity/pageable/ -->
<dependency>
    <groupId>com.wvkity</groupId>
    <artifactId>pageable</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wvkity/pageable/
implementation 'com.wvkity:pageable:1.0.0'
// https://jarcasting.com/artifacts/com.wvkity/pageable/
implementation ("com.wvkity:pageable:1.0.0")
'com.wvkity:pageable:jar:1.0.0'
<dependency org="com.wvkity" name="pageable" rev="1.0.0">
  <artifact name="pageable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wvkity', module='pageable', version='1.0.0')
)
libraryDependencies += "com.wvkity" % "pageable" % "1.0.0"
[com.wvkity/pageable "1.0.0"]