| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.pagehelper |
| Идентификатор | Идентификаторpagehelper-spring-boot |
| Версия | Версия1.1.0-beta |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pagehelper-spring-boot-1.1.0-beta.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.1.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation 'com.github.pagehelper:pagehelper-spring-boot:1.1.0-beta'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot/
implementation ("com.github.pagehelper:pagehelper-spring-boot:1.1.0-beta")
'com.github.pagehelper:pagehelper-spring-boot:pom:1.1.0-beta'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot" rev="1.1.0-beta">
<artifact name="pagehelper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot', version='1.1.0-beta')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot" % "1.1.0-beta"
[com.github.pagehelper/pagehelper-spring-boot "1.1.0-beta"]