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