| Категории |
КатегорииSpring Boot Контейнер Микросервисы MySQL Данные Базы данных Liquibase Dagger Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаio.github.daggerok.example |
| Идентификатор | Идентификаторliquibase-r2dbc-spring-boot-starter-mysql-example |
| Версия | Версия1.0.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example/ -->
<dependency>
<groupId>io.github.daggerok.example</groupId>
<artifactId>liquibase-r2dbc-spring-boot-starter-mysql-example</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example/
implementation 'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-mysql-example:1.0.6'
// https://jarcasting.com/artifacts/io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example/
implementation ("io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-mysql-example:1.0.6")
'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-mysql-example:jar:1.0.6'
<dependency org="io.github.daggerok.example" name="liquibase-r2dbc-spring-boot-starter-mysql-example" rev="1.0.6">
<artifact name="liquibase-r2dbc-spring-boot-starter-mysql-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.daggerok.example', module='liquibase-r2dbc-spring-boot-starter-mysql-example', version='1.0.6')
)
libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-mysql-example" % "1.0.6"
[io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example "1.0.6"]