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