| GroupId | GroupIdio.agroal |
|---|---|
| ArtifactId | ArtifactIdagroal-test |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agroal-test-1.0.pom | |
| agroal-test-1.0.jar | 17 KB |
| agroal-test-1.0-sources.jar | 9 KB |
| agroal-test-1.0-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.agroal/agroal-test/ -->
<dependency>
<groupId>io.agroal</groupId>
<artifactId>agroal-test</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.agroal/agroal-test/
implementation 'io.agroal:agroal-test:1.0'
// https://jarcasting.com/artifacts/io.agroal/agroal-test/
implementation ("io.agroal:agroal-test:1.0")
'io.agroal:agroal-test:jar:1.0'
<dependency org="io.agroal" name="agroal-test" rev="1.0">
<artifact name="agroal-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agroal', module='agroal-test', version='1.0')
)
libraryDependencies += "io.agroal" % "agroal-test" % "1.0"
[io.agroal/agroal-test "1.0"]