| License |
License |
|---|---|
| GroupId | GroupIdio.agroal |
| ArtifactId | ArtifactIdagroal-test |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAgroal Test Suite
The natural database connection pool
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| agroal-test-2.0.pom | |
| agroal-test-2.0.jar | 21 KB |
| agroal-test-2.0-sources.jar | 12 KB |
| agroal-test-2.0-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.agroal/agroal-test/ -->
<dependency>
<groupId>io.agroal</groupId>
<artifactId>agroal-test</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.agroal/agroal-test/
implementation 'io.agroal:agroal-test:2.0'
// https://jarcasting.com/artifacts/io.agroal/agroal-test/
implementation ("io.agroal:agroal-test:2.0")
'io.agroal:agroal-test:jar:2.0'
<dependency org="io.agroal" name="agroal-test" rev="2.0">
<artifact name="agroal-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agroal', module='agroal-test', version='2.0')
)
libraryDependencies += "io.agroal" % "agroal-test" % "2.0"
[io.agroal/agroal-test "2.0"]