Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdorg.cat73 |
ArtifactId | ArtifactIdmybatis-pager-spring-boot-starter |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/ -->
<dependency>
<groupId>org.cat73</groupId>
<artifactId>mybatis-pager-spring-boot-starter</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/
implementation 'org.cat73:mybatis-pager-spring-boot-starter:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/
implementation ("org.cat73:mybatis-pager-spring-boot-starter:1.0.1-RELEASE")
'org.cat73:mybatis-pager-spring-boot-starter:jar:1.0.1-RELEASE'
<dependency org="org.cat73" name="mybatis-pager-spring-boot-starter" rev="1.0.1-RELEASE">
<artifact name="mybatis-pager-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cat73', module='mybatis-pager-spring-boot-starter', version='1.0.1-RELEASE')
)
libraryDependencies += "org.cat73" % "mybatis-pager-spring-boot-starter" % "1.0.1-RELEASE"
[org.cat73/mybatis-pager-spring-boot-starter "1.0.1-RELEASE"]