File | Operation |
---|---|
dropwizard-bom-5.0.0-alpha.3.pom | download |
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>5.0.0-alpha.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-bom', version='5.0.0-alpha.3')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-project</artifactId> <version>5.0.0-alpha.3</version> </parent>