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