| Группа | Группаio.r2dbc |
|---|---|
| Идентификатор | Идентификаторr2dbc-spi-parent |
| Версия | Версия0.8.2.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| r2dbc-spi-parent-0.8.2.RELEASE.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-spi-parent/ -->
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-spi-parent</artifactId>
<version>0.8.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-spi-parent/
implementation 'io.r2dbc:r2dbc-spi-parent:0.8.2.RELEASE'
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-spi-parent/
implementation ("io.r2dbc:r2dbc-spi-parent:0.8.2.RELEASE")
'io.r2dbc:r2dbc-spi-parent:pom:0.8.2.RELEASE'
<dependency org="io.r2dbc" name="r2dbc-spi-parent" rev="0.8.2.RELEASE">
<artifact name="r2dbc-spi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-spi-parent', version='0.8.2.RELEASE')
)
libraryDependencies += "io.r2dbc" % "r2dbc-spi-parent" % "0.8.2.RELEASE"
[io.r2dbc/r2dbc-spi-parent "0.8.2.RELEASE"]