Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.github.tfahub |
ArtifactId | ArtifactIddropwizard-bom |
Version | Version1.1.0-4 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-bom-1.1.0-4.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/ -->
<dependency>
<groupId>io.github.tfahub</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>1.1.0-4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation 'io.github.tfahub:dropwizard-bom:1.1.0-4'
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-bom/
implementation ("io.github.tfahub:dropwizard-bom:1.1.0-4")
'io.github.tfahub:dropwizard-bom:pom:1.1.0-4'
<dependency org="io.github.tfahub" name="dropwizard-bom" rev="1.1.0-4">
<artifact name="dropwizard-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='dropwizard-bom', version='1.1.0-4')
)
libraryDependencies += "io.github.tfahub" % "dropwizard-bom" % "1.1.0-4"
[io.github.tfahub/dropwizard-bom "1.1.0-4"]