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