| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdcom.github.peacetrue | 
| ArtifactId | ArtifactIdspring-data-commons-page | 
| Version | Version1.0-RELEASE | 
| Type | Typejar | 
| Description | Descriptionspring-data-commons-page 从spring-data-commons中提取page相关的接口类,用于在接口项目中做分页引用,对应spring-framework 4.x、spring-data-commons 1.x | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/ -->
<dependency>
    <groupId>com.github.peacetrue</groupId>
    <artifactId>spring-data-commons-page</artifactId>
    <version>1.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/
implementation 'com.github.peacetrue:spring-data-commons-page:1.0-RELEASE'// https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/
implementation ("com.github.peacetrue:spring-data-commons-page:1.0-RELEASE")'com.github.peacetrue:spring-data-commons-page:jar:1.0-RELEASE'<dependency org="com.github.peacetrue" name="spring-data-commons-page" rev="1.0-RELEASE">
  <artifact name="spring-data-commons-page" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.peacetrue', module='spring-data-commons-page', version='1.0-RELEASE')
)libraryDependencies += "com.github.peacetrue" % "spring-data-commons-page" % "1.0-RELEASE"[com.github.peacetrue/spring-data-commons-page "1.0-RELEASE"]