is not current version
Last Version 2.0

io.agroal:agroal-spring-boot-starter 1.10


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.agroal
ArtifactId

ArtifactId

agroal-spring-boot-starter
Version

Version

1.10
Type

Type

jar

Download agroal-spring-boot-starter 1.10


<!-- https://jarcasting.com/artifacts/io.agroal/agroal-spring-boot-starter/ -->
<dependency>
    <groupId>io.agroal</groupId>
    <artifactId>agroal-spring-boot-starter</artifactId>
    <version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.agroal/agroal-spring-boot-starter/
implementation 'io.agroal:agroal-spring-boot-starter:1.10'
// https://jarcasting.com/artifacts/io.agroal/agroal-spring-boot-starter/
implementation ("io.agroal:agroal-spring-boot-starter:1.10")
'io.agroal:agroal-spring-boot-starter:jar:1.10'
<dependency org="io.agroal" name="agroal-spring-boot-starter" rev="1.10">
  <artifact name="agroal-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agroal', module='agroal-spring-boot-starter', version='1.10')
)
libraryDependencies += "io.agroal" % "agroal-spring-boot-starter" % "1.10"
[io.agroal/agroal-spring-boot-starter "1.10"]