| Лицензия |
Лицензия
The MIT License (MIT)
|
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.pagehelper |
| Идентификатор | Идентификаторpagehelper-spring-boot-starter |
| Версия | Версия1.4.2 |
| Тип | Типjar |
| Описание |
Описаниеpagehelper-spring-boot-starter
Spring Boot Support for PageHelper
|
| Имя Файла | Размер |
|---|---|
| pagehelper-spring-boot-starter-1.4.2.pom | |
| pagehelper-spring-boot-starter-1.4.2.jar | 2 KB |
| pagehelper-spring-boot-starter-1.4.2-sources.jar | 524 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.4.2'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-starter/
implementation ("com.github.pagehelper:pagehelper-spring-boot-starter:1.4.2")
'com.github.pagehelper:pagehelper-spring-boot-starter:jar:1.4.2'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot-starter" rev="1.4.2">
<artifact name="pagehelper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot-starter', version='1.4.2')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot-starter" % "1.4.2"
[com.github.pagehelper/pagehelper-spring-boot-starter "1.4.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 |
| com.github.pagehelper : pagehelper-spring-boot-autoconfigure | jar | 1.4.2 |
| com.github.pagehelper : pagehelper | jar | 5.3.0 |