License |
License |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIdjdit |
Version | Version0.8 |
Type | Typejar |
Description |
DescriptionJDBI Dropwizard Integration Testing
JDIT is library which simplifies integration testing of JDBI applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdit-0.8.pom | |
jdit-0.8.jar | 28 KB |
jdit-0.8-sources.jar | 17 KB |
jdit-0.8-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arteam/jdit/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>jdit</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/jdit/
implementation 'com.github.arteam:jdit:0.8'
// https://jarcasting.com/artifacts/com.github.arteam/jdit/
implementation ("com.github.arteam:jdit:0.8")
'com.github.arteam:jdit:jar:0.8'
<dependency org="com.github.arteam" name="jdit" rev="0.8">
<artifact name="jdit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='jdit', version='0.8')
)
libraryDependencies += "com.github.arteam" % "jdit" % "0.8"
[com.github.arteam/jdit "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.0.0-rc1 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-sqlobject | jar | 3.0.0-rc1 |
org.jdbi : jdbi3-stringtemplate4 | jar | 3.0.0-rc1 |
org.jdbi : jdbi3-guava | jar | 3.0.0-rc1 |
org.jdbi : jdbi3-jodatime2 | jar | 3.0.0-rc1 |
org.postgresql : postgresql | jar | 42.1.1 |
org.hsqldb : hsqldb | jar | 2.3.4 |
com.h2database : h2 | jar | 1.4.193 |
mysql : mysql-connector-java | jar | 5.1.40 |
org.slf4j : slf4j-simple | jar | 1.7.21 |