Categories |
CategoriesIDE Development Tools DropWizard Container Microservices JDBI Data Databases |
---|---|
GroupId | GroupIdcom.github.isopropylcyanide |
ArtifactId | ArtifactIddropwizard-jdbi-unitofwork |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/ -->
<dependency>
<groupId>com.github.isopropylcyanide</groupId>
<artifactId>dropwizard-jdbi-unitofwork</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/
implementation 'com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:1.0'
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/dropwizard-jdbi-unitofwork/
implementation ("com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:1.0")
'com.github.isopropylcyanide:dropwizard-jdbi-unitofwork:jar:1.0'
<dependency org="com.github.isopropylcyanide" name="dropwizard-jdbi-unitofwork" rev="1.0">
<artifact name="dropwizard-jdbi-unitofwork" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isopropylcyanide', module='dropwizard-jdbi-unitofwork', version='1.0')
)
libraryDependencies += "com.github.isopropylcyanide" % "dropwizard-jdbi-unitofwork" % "1.0"
[com.github.isopropylcyanide/dropwizard-jdbi-unitofwork "1.0"]