License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdcom.yammer.breakerbox |
ArtifactId | ArtifactIdbreakerbox-jdbi |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFrontend for Tenacity + Archaius
|
Filename | Size |
---|---|
breakerbox-jdbi-0.6.5.pom | |
breakerbox-jdbi-0.6.5.jar | 20 KB |
breakerbox-jdbi-0.6.5-sources.jar | 8 KB |
breakerbox-jdbi-0.6.5-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-jdbi/ -->
<dependency>
<groupId>com.yammer.breakerbox</groupId>
<artifactId>breakerbox-jdbi</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-jdbi/
implementation 'com.yammer.breakerbox:breakerbox-jdbi:0.6.5'
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-jdbi/
implementation ("com.yammer.breakerbox:breakerbox-jdbi:0.6.5")
'com.yammer.breakerbox:breakerbox-jdbi:jar:0.6.5'
<dependency org="com.yammer.breakerbox" name="breakerbox-jdbi" rev="0.6.5">
<artifact name="breakerbox-jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.breakerbox', module='breakerbox-jdbi', version='0.6.5')
)
libraryDependencies += "com.yammer.breakerbox" % "breakerbox-jdbi" % "0.6.5"
[com.yammer.breakerbox/breakerbox-jdbi "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.1.4 |
mysql : mysql-connector-java | jar | 5.1.44 |
com.yammer.breakerbox : breakerbox-store | jar | 0.6.5 |
io.dropwizard : dropwizard-core | jar | |
io.dropwizard : dropwizard-db | jar | |
io.dropwizard : dropwizard-jdbi | jar | |
io.dropwizard : dropwizard-migrations | jar | |
com.yammer.tenacity : tenacity-jdbi | jar | |
com.h2database : h2 | jar | 1.4.196 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-testing | jar |