Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.easyproject |
ArtifactId | ArtifactIdeasymybatis-pagination |
Version | Version1.8.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easymybatis-pagination</artifactId>
<version>1.8.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/
implementation 'cn.easyproject:easymybatis-pagination:1.8.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easymybatis-pagination/
implementation ("cn.easyproject:easymybatis-pagination:1.8.0-RELEASE")
'cn.easyproject:easymybatis-pagination:jar:1.8.0-RELEASE'
<dependency org="cn.easyproject" name="easymybatis-pagination" rev="1.8.0-RELEASE">
<artifact name="easymybatis-pagination" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easymybatis-pagination', version='1.8.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easymybatis-pagination" % "1.8.0-RELEASE"
[cn.easyproject/easymybatis-pagination "1.8.0-RELEASE"]