is not current version
Last Version 2.0

io.agroal:agroal-parent 1.6

The natural database connection pool

GroupId

GroupId

io.agroal
ArtifactId

ArtifactId

agroal-parent
Version

Version

1.6
Type

Type

pom

Download agroal-parent 1.6

Filename Size
agroal-parent-1.6.pom 5 KB
Browse

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