<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-forms</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-forms', version='5.0.0-alpha.4')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.4</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jersey
|-- org.glassfish.jersey.media:jersey-media-multipart
test
|-- org.junit.jupiter:junit-jupiter