License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.github.tfahub |
ArtifactId | ArtifactIddropwizard-bom |
Last Version | Last Version1.3.5-8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionUnofficial Dropwizard BOM
The Unofficial Dropwizard BOM (Bill of materials) to make sure a consistent set of versions is used for Dropwizard's application.
|
Project Organization |
Project OrganizationTFA Hub Team |
Filename | Size |
---|---|
dropwizard-bom-1.3.5-8.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/ -->
<dependency>
<groupId>io.github.tfahub</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>1.3.5-8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation 'io.github.tfahub:dropwizard-bom:1.3.5-8'
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation ("io.github.tfahub:dropwizard-bom:1.3.5-8")
'io.github.tfahub:dropwizard-bom:pom:1.3.5-8'
<dependency org="io.github.tfahub" name="dropwizard-bom" rev="1.3.5-8">
<artifact name="dropwizard-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='dropwizard-bom', version='1.3.5-8')
)
libraryDependencies += "io.github.tfahub" % "dropwizard-bom" % "1.3.5-8"
[io.github.tfahub/dropwizard-bom "1.3.5-8"]