is not current version
Last Version 2.0

io.agroal:agroal-test 1.4


GroupId

GroupId

io.agroal
ArtifactId

ArtifactId

agroal-test
Version

Version

1.4
Type

Type

jar

Download agroal-test 1.4


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