License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Data Flyway Databases jOOQ |
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdjooq-dbunit-flyway-example |
Last Version | Last Version1.32.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjOOQ DBUnit Flyway Example
Database testing made easy with JUnit and DBUnit.
|
<!-- https://jarcasting.com/artifacts/com.github.database-rider/jooq-dbunit-flyway-example/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>jooq-dbunit-flyway-example</artifactId>
<version>1.32.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/jooq-dbunit-flyway-example/
implementation 'com.github.database-rider:jooq-dbunit-flyway-example:1.32.3'
// https://jarcasting.com/artifacts/com.github.database-rider/jooq-dbunit-flyway-example/
implementation ("com.github.database-rider:jooq-dbunit-flyway-example:1.32.3")
'com.github.database-rider:jooq-dbunit-flyway-example:jar:1.32.3'
<dependency org="com.github.database-rider" name="jooq-dbunit-flyway-example" rev="1.32.3">
<artifact name="jooq-dbunit-flyway-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='jooq-dbunit-flyway-example', version='1.32.3')
)
libraryDependencies += "com.github.database-rider" % "jooq-dbunit-flyway-example" % "1.32.3"
[com.github.database-rider/jooq-dbunit-flyway-example "1.32.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jooq | jar | 3.8.4 |
com.h2database : h2 | jar | 1.4.192 |
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.flywaydb : flyway-core | jar | 3.2.1 |
junit : junit | jar | 4.13.1 |
com.github.database-rider : rider-core | jar | 1.32.3 |
org.hsqldb : hsqldb | jar | 2.6.1 |
org.assertj : assertj-core | jar | 2.9.1 |
org.slf4j : slf4j-simple | jar | 1.7.35 |