Categories |
CategoriesSpring Boot Container Microservices MySQL Data Databases Liquibase Dagger Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdio.github.daggerok.example |
ArtifactId | ArtifactIdliquibase-r2dbc-spring-boot-starter-mysql-example |
Version | Version2.0.3 |
Type | Typejar |
<!-- 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>2.0.3</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:2.0.3'
// 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:2.0.3")
'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-mysql-example:jar:2.0.3'
<dependency org="io.github.daggerok.example" name="liquibase-r2dbc-spring-boot-starter-mysql-example" rev="2.0.3">
<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='2.0.3')
)
libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-mysql-example" % "2.0.3"
[io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example "2.0.3"]