| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdorg.minbox.framework |
| ArtifactId | ArtifactIdmybatis-pageable |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent dependency used to build components in "minbox projects"
|
| Filename | Size |
|---|---|
| mybatis-pageable-1.0.8.pom | |
| mybatis-pageable-1.0.8.jar | 42 KB |
| mybatis-pageable-1.0.8-sources.jar | 31 KB |
| mybatis-pageable-1.0.8-javadoc.jar | 265 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/mybatis-pageable/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>mybatis-pageable</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/mybatis-pageable/
implementation 'org.minbox.framework:mybatis-pageable:1.0.8'
// https://jarcasting.com/artifacts/org.minbox.framework/mybatis-pageable/
implementation ("org.minbox.framework:mybatis-pageable:1.0.8")
'org.minbox.framework:mybatis-pageable:jar:1.0.8'
<dependency org="org.minbox.framework" name="mybatis-pageable" rev="1.0.8">
<artifact name="mybatis-pageable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='mybatis-pageable', version='1.0.8')
)
libraryDependencies += "org.minbox.framework" % "mybatis-pageable" % "1.0.8"
[org.minbox.framework/mybatis-pageable "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.7 |
| org.projectlombok : lombok Optional | jar | |
| org.slf4j : slf4j-simple Optional | jar |