| GroupId | GroupIdio.rdbc |
|---|---|
| ArtifactId | ArtifactIdrdbc-tests_2.11 |
| Version | Version0.0.60 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rdbc-tests_2.11-0.0.60.pom | |
| rdbc-tests_2.11-0.0.60.jar | 318 KB |
| rdbc-tests_2.11-0.0.60-sources.jar | 20 KB |
| rdbc-tests_2.11-0.0.60-javadoc.jar | 701 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rdbc/rdbc-tests_2.11/ -->
<dependency>
<groupId>io.rdbc</groupId>
<artifactId>rdbc-tests_2.11</artifactId>
<version>0.0.60</version>
</dependency>
// https://jarcasting.com/artifacts/io.rdbc/rdbc-tests_2.11/
implementation 'io.rdbc:rdbc-tests_2.11:0.0.60'
// https://jarcasting.com/artifacts/io.rdbc/rdbc-tests_2.11/
implementation ("io.rdbc:rdbc-tests_2.11:0.0.60")
'io.rdbc:rdbc-tests_2.11:jar:0.0.60'
<dependency org="io.rdbc" name="rdbc-tests_2.11" rev="0.0.60">
<artifact name="rdbc-tests_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rdbc', module='rdbc-tests_2.11', version='0.0.60')
)
libraryDependencies += "io.rdbc" % "rdbc-tests_2.11" % "0.0.60"
[io.rdbc/rdbc-tests_2.11 "0.0.60"]