Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.gavlyukovskiy |
ArtifactId | ArtifactIdflexy-pool-spring-boot-starter |
Version | Version1.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gavlyukovskiy/flexy-pool-spring-boot-starter/ -->
<dependency>
<groupId>com.github.gavlyukovskiy</groupId>
<artifactId>flexy-pool-spring-boot-starter</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavlyukovskiy/flexy-pool-spring-boot-starter/
implementation 'com.github.gavlyukovskiy:flexy-pool-spring-boot-starter:1.6.1'
// https://jarcasting.com/artifacts/com.github.gavlyukovskiy/flexy-pool-spring-boot-starter/
implementation ("com.github.gavlyukovskiy:flexy-pool-spring-boot-starter:1.6.1")
'com.github.gavlyukovskiy:flexy-pool-spring-boot-starter:jar:1.6.1'
<dependency org="com.github.gavlyukovskiy" name="flexy-pool-spring-boot-starter" rev="1.6.1">
<artifact name="flexy-pool-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavlyukovskiy', module='flexy-pool-spring-boot-starter', version='1.6.1')
)
libraryDependencies += "com.github.gavlyukovskiy" % "flexy-pool-spring-boot-starter" % "1.6.1"
[com.github.gavlyukovskiy/flexy-pool-spring-boot-starter "1.6.1"]