JDBI Dropwizard Integration Testing

JDIT is library which simplifies integration testing of JDBI applications

License

License

GroupId

GroupId

com.github.arteam
ArtifactId

ArtifactId

jdit
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

JDBI Dropwizard Integration Testing
JDIT is library which simplifies integration testing of JDBI applications
Project URL

Project URL

https://github.com/arteam/jdit
Source Code Management

Source Code Management

https://github.com/arteam/jdit.git

Download jdit

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jdbi : jdbi3-core jar 3.27.2
junit : junit jar 4.13.2
org.testcontainers : postgresql Optional jar 1.16.3
org.testcontainers : mysql Optional jar 1.16.3

test (10)

Group / Artifact Type Version
org.jdbi : jdbi3-sqlobject jar 3.27.2
org.jdbi : jdbi3-stringtemplate4 jar 3.27.2
org.jdbi : jdbi3-guava jar 3.27.2
org.jdbi : jdbi3-jodatime2 jar 3.27.2
org.postgresql : postgresql jar 42.3.3
org.hsqldb : hsqldb jar 2.6.1
com.h2database : h2 jar 2.1.210
mysql : mysql-connector-java jar 8.0.28
org.slf4j : slf4j-simple jar 1.7.36
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.9
0.8
0.7
0.6
0.5