Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.verygoodwlk |
ArtifactId | ArtifactIdken-page-mybatis-plugin |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.verygoodwlk/ken-page-mybatis-plugin/ -->
<dependency>
<groupId>io.github.verygoodwlk</groupId>
<artifactId>ken-page-mybatis-plugin</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.verygoodwlk/ken-page-mybatis-plugin/
implementation 'io.github.verygoodwlk:ken-page-mybatis-plugin:1.1'
// https://jarcasting.com/artifacts/io.github.verygoodwlk/ken-page-mybatis-plugin/
implementation ("io.github.verygoodwlk:ken-page-mybatis-plugin:1.1")
'io.github.verygoodwlk:ken-page-mybatis-plugin:jar:1.1'
<dependency org="io.github.verygoodwlk" name="ken-page-mybatis-plugin" rev="1.1">
<artifact name="ken-page-mybatis-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.verygoodwlk', module='ken-page-mybatis-plugin', version='1.1')
)
libraryDependencies += "io.github.verygoodwlk" % "ken-page-mybatis-plugin" % "1.1"
[io.github.verygoodwlk/ken-page-mybatis-plugin "1.1"]