is not current version
Last Version 1.3.5-8

io.github.tfahub:dropwizard-bom 1.0.3-1

The BOM (Bill of materials) to make sure a consistent set of versions is used for Dropwizard's application.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.github.tfahub
ArtifactId

ArtifactId

dropwizard-bom
Version

Version

1.0.3-1
Type

Type

pom

Download dropwizard-bom 1.0.3-1

Filename Size
dropwizard-bom-1.0.3-1.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/ -->
<dependency>
    <groupId>io.github.tfahub</groupId>
    <artifactId>dropwizard-bom</artifactId>
    <version>1.0.3-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation 'io.github.tfahub:dropwizard-bom:1.0.3-1'
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation ("io.github.tfahub:dropwizard-bom:1.0.3-1")
'io.github.tfahub:dropwizard-bom:pom:1.0.3-1'
<dependency org="io.github.tfahub" name="dropwizard-bom" rev="1.0.3-1">
  <artifact name="dropwizard-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='dropwizard-bom', version='1.0.3-1')
)
libraryDependencies += "io.github.tfahub" % "dropwizard-bom" % "1.0.3-1"
[io.github.tfahub/dropwizard-bom "1.0.3-1"]