| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.peacetrue |
| Идентификатор | Идентификаторspring-data-commons-page |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-data-commons-page
从spring-data-commons中提取page相关的接口类,用于在接口项目中做分页引用,对应spring-framework 4.x、spring-data-commons 1.x
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]