License |
License |
---|---|
Categories |
CategoriesIDE Development Tools DropWizard Container Microservices JDBI Data Databases |
GroupId | GroupIdcom.github.isopropylcyanide |
ArtifactId | ArtifactIddropwizard-jdbi-unitofwork |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionDropwizard Jdbi Unit Of Work
Provides support for Unit Of Work annotations with a Jdbi Backend
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/ -->
<dependency>
<groupId>com.github.isopropylcyanide</groupId>
<artifactId>dropwizard-jdbi-unitofwork</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/
implementation 'com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:1.1'
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/
implementation ("com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:1.1")
'com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:jar:1.1'
<dependency org="com.github.isopropylcyanide" name="dropwizard-jdbi-unitofwork" rev="1.1">
<artifact name="dropwizard-jdbi-unitofwork" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isopropylcyanide', module='dropwizard-jdbi-unitofwork', version='1.1')
)
libraryDependencies += "com.github.isopropylcyanide" % "dropwizard-jdbi-unitofwork" % "1.1"
[com.github.isopropylcyanide/dropwizard-jdbi-unitofwork "1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jdbi | jar | 1.3.29 |
org.reflections : reflections | jar | 0.9.12 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.8.0 |
junit : junit | jar | 4.13.1 |