License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases jOOQ |
GroupId | GroupIdcom.github.sabomichal |
ArtifactId | ArtifactIdjooq-meta-postgres-flyway |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionjooq-meta-postgres-flyway
jOOQ code generation meta database spinning up the PostgreSQL database using docker image and migrating its schema using Flyway
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sabomichal/jooq-meta-postgres-flyway/
implementation 'com.github.sabomichal:jooq-meta-postgres-flyway:1.0.3'
// https://jarcasting.com/artifacts/com.github.sabomichal/jooq-meta-postgres-flyway/
implementation ("com.github.sabomichal:jooq-meta-postgres-flyway:1.0.3")
'com.github.sabomichal:jooq-meta-postgres-flyway:jar:1.0.3'
<dependency org="com.github.sabomichal" name="jooq-meta-postgres-flyway" rev="1.0.3">
<artifact name="jooq-meta-postgres-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sabomichal', module='jooq-meta-postgres-flyway', version='1.0.3')
)
libraryDependencies += "com.github.sabomichal" % "jooq-meta-postgres-flyway" % "1.0.3"
[com.github.sabomichal/jooq-meta-postgres-flyway "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jooq-meta | jar | 3.14.8 |
org.flywaydb : flyway-core | jar | 7.7.0 |
org.testcontainers : postgresql | jar | 1.15.2 |
org.postgresql : postgresql | jar | 42.2.16 |