| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-bom |
| Last Version | Last Version4.0.0-beta.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDropwizard BOM
Bill of materials to make sure a consistent set of versions is used for Dropwizard modules.
|
| Filename | Size |
|---|---|
| dropwizard-bom-4.0.0-beta.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-bom/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>4.0.0-beta.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-bom/
implementation 'io.dropwizard:dropwizard-bom:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-bom/
implementation ("io.dropwizard:dropwizard-bom:4.0.0-beta.1")
'io.dropwizard:dropwizard-bom:pom:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-bom" rev="4.0.0-beta.1">
<artifact name="dropwizard-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-bom', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-bom" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-bom "4.0.0-beta.1"]