is not current version
Last Version 1.0.7

com.github.sabomichal:jooq-meta-postgres-flyway 1.0.1

jOOQ code generation meta database spinning up the PostgreSQL database using docker image and migrating its schema using Flyway

Categories

Categories

Flyway Data Databases jOOQ
GroupId

GroupId

com.github.sabomichal
ArtifactId

ArtifactId

jooq-meta-postgres-flyway
Version

Version

1.0.1
Type

Type

jar

Download jooq-meta-postgres-flyway 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.sabomichal/jooq-meta-postgres-flyway/ -->
<dependency>
    <groupId>com.github.sabomichal</groupId>
    <artifactId>jooq-meta-postgres-flyway</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sabomichal/jooq-meta-postgres-flyway/
implementation 'com.github.sabomichal:jooq-meta-postgres-flyway:1.0.1'
// https://jarcasting.com/artifacts/com.github.sabomichal/jooq-meta-postgres-flyway/
implementation ("com.github.sabomichal:jooq-meta-postgres-flyway:1.0.1")
'com.github.sabomichal:jooq-meta-postgres-flyway:jar:1.0.1'
<dependency org="com.github.sabomichal" name="jooq-meta-postgres-flyway" rev="1.0.1">
  <artifact name="jooq-meta-postgres-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sabomichal', module='jooq-meta-postgres-flyway', version='1.0.1')
)
libraryDependencies += "com.github.sabomichal" % "jooq-meta-postgres-flyway" % "1.0.1"
[com.github.sabomichal/jooq-meta-postgres-flyway "1.0.1"]