MVN

in.cleartax.dropwizard : sharding-bom

Maven & Gradle

Sep 24, 2019
3 usages
3 stars

Sharding BOM · Bill of materials to make sure a consistent set of versions is used for Sharding modules.

<dependency>
    <groupId>in.cleartax.dropwizard</groupId>
    <artifactId>sharding-bom</artifactId>
    <version>0.2.198</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.cleartax.dropwizard : sharding-bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.198

All Versions

Choose a version of in.cleartax.dropwizard : sharding-bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sharding-bom-0.2.198
sharding-bom-0.2.196
sharding-bom-0.2.193
sharding-bom-0.2.18
sharding-bom-0.2.17
sharding-bom-0.2.15
sharding-bom-0.2.14
sharding-bom-0.2.13
sharding-bom-0.2.12
sharding-bom-0.2.11
sharding-bom-0.2.10
sharding-bom-0.2.9
sharding-bom-0.2.8
sharding-bom-0.2.7
sharding-bom-0.2.6
sharding-bom-0.2.5
sharding-bom-0.2.4
sharding-bom-0.2.3
sharding-bom-0.2.2
sharding-bom-0.2.1
0.2
sharding-bom-0.2
0.1.x
sharding-bom-0.1.2

How to add a dependency to Maven

Add the following in.cleartax.dropwizard : sharding-bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.cleartax.dropwizard</groupId>
    <artifactId>sharding-bom</artifactId>
    <version>0.2.198</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.cleartax.dropwizard : sharding-bom gradle dependency to your build.gradle file:

implementation 'in.cleartax.dropwizard:sharding-bom:0.2.198'

Gradle Kotlin DSL: Add the following in.cleartax.dropwizard : sharding-bom gradle kotlin dependency to your build.gradle.kts file:

implementation("in.cleartax.dropwizard:sharding-bom:0.2.198")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.cleartax.dropwizard : sharding-bom sbt scala dependency to your build.sbt file:

libraryDependencies += "in.cleartax.dropwizard" % "sharding-bom" % "0.2.198"