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