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 | Version1.0.2 |
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>1.0.2</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.2'
// 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.2")
'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-mysql-example:jar:1.0.2'
<dependency org="io.github.daggerok.example" name="liquibase-r2dbc-spring-boot-starter-mysql-example" rev="1.0.2">
<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.2')
)
libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-mysql-example" % "1.0.2"
[io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-mysql-example "1.0.2"]