Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdpager-spring-boot-starter |
Version | Version1.3-RELEASE |
Type | Typejar |
<!-- 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.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/pager-spring-boot-starter/
implementation 'com.github.dreamroute:pager-spring-boot-starter:1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/pager-spring-boot-starter/
implementation ("com.github.dreamroute:pager-spring-boot-starter:1.3-RELEASE")
'com.github.dreamroute:pager-spring-boot-starter:jar:1.3-RELEASE'
<dependency org="com.github.dreamroute" name="pager-spring-boot-starter" rev="1.3-RELEASE">
<artifact name="pager-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='pager-spring-boot-starter', version='1.3-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "pager-spring-boot-starter" % "1.3-RELEASE"
[com.github.dreamroute/pager-spring-boot-starter "1.3-RELEASE"]