| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdio.github.firefang |
| ArtifactId | ArtifactIdpower-starter-mybatis-page |
| Version | Version0.0.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.firefang/power-starter-mybatis-page/ -->
<dependency>
<groupId>io.github.firefang</groupId>
<artifactId>power-starter-mybatis-page</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.firefang/power-starter-mybatis-page/
implementation 'io.github.firefang:power-starter-mybatis-page:0.0.5'
// https://jarcasting.com/artifacts/io.github.firefang/power-starter-mybatis-page/
implementation ("io.github.firefang:power-starter-mybatis-page:0.0.5")
'io.github.firefang:power-starter-mybatis-page:jar:0.0.5'
<dependency org="io.github.firefang" name="power-starter-mybatis-page" rev="0.0.5">
<artifact name="power-starter-mybatis-page" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.firefang', module='power-starter-mybatis-page', version='0.0.5')
)
libraryDependencies += "io.github.firefang" % "power-starter-mybatis-page" % "0.0.5"
[io.github.firefang/power-starter-mybatis-page "0.0.5"]