MVN

io.appform.dropwizard.sharding : db-sharding-bundle

Maven & Gradle

Aug 21, 2023
1 usages
19 stars

Dropwizard Database Sharding Bundle · Application layer database sharding over SQL dbs

<dependency>
    <groupId>io.appform.dropwizard.sharding</groupId>
    <artifactId>db-sharding-bundle</artifactId>
    <version>2.0.28-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appform.dropwizard.sharding : db-sharding-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.28-7
  • Latest Release Candidate: 2.0.28-6-RC-2

All Versions

Choose a version of io.appform.dropwizard.sharding : db-sharding-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
db-sharding-bundle-2.0.28-7
db-sharding-bundle-2.0.28-6
db-sharding-bundle-2.0.28-6-RC-2
db-sharding-bundle-2.0.28-6-RC-1
db-sharding-bundle-2.0.28-5
db-sharding-bundle-2.0.28-4
db-sharding-bundle-2.0.28-3
db-sharding-bundle-2.0.28-3-RC-4
db-sharding-bundle-2.0.28-3-RC-3
db-sharding-bundle-2.0.28-3-RC-2
db-sharding-bundle-2.0.28-3-RC-1
db-sharding-bundle-2.0.28-2
db-sharding-bundle-2.0.28-1
db-sharding-bundle-2.0.23-2
db-sharding-bundle-2.0.23-1
1.3.x
db-sharding-bundle-1.3.13-9
db-sharding-bundle-1.3.13-8
db-sharding-bundle-1.3.13-7
db-sharding-bundle-1.3.13-6
db-sharding-bundle-1.3.13-5
db-sharding-bundle-1.3.13-4
db-sharding-bundle-1.3.13-1
db-sharding-bundle-1.3.12-3

How to add a dependency to Maven

Add the following io.appform.dropwizard.sharding : db-sharding-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appform.dropwizard.sharding</groupId>
    <artifactId>db-sharding-bundle</artifactId>
    <version>2.0.28-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appform.dropwizard.sharding : db-sharding-bundle gradle dependency to your build.gradle file:

implementation 'io.appform.dropwizard.sharding:db-sharding-bundle:2.0.28-7'

Gradle Kotlin DSL: Add the following io.appform.dropwizard.sharding : db-sharding-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appform.dropwizard.sharding:db-sharding-bundle:2.0.28-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appform.dropwizard.sharding : db-sharding-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appform.dropwizard.sharding" % "db-sharding-bundle" % "2.0.28-7"

Advertisement