| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.github.pagehelper |
| Идентификатор | Идентификаторpagehelper-spring-boot-autoconfigure |
| Версия | Версия1.2.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/
implementation 'com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.8'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/
implementation ("com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.8")
'com.github.pagehelper:pagehelper-spring-boot-autoconfigure:jar:1.2.8'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot-autoconfigure" rev="1.2.8">
<artifact name="pagehelper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot-autoconfigure', version='1.2.8')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot-autoconfigure" % "1.2.8"
[com.github.pagehelper/pagehelper-spring-boot-autoconfigure "1.2.8"]