<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-forms</artifactId> <version>0.8.2</version> </dependency>
implementation 'io.dropwizard:dropwizard-forms:0.8.2'
implementation("io.dropwizard:dropwizard-forms:0.8.2")
libraryDependencies += "io.dropwizard" % "dropwizard-forms" % "0.8.2"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-forms', version='0.8.2') )
<dependency org="io.dropwizard" name="dropwizard-forms" rev="0.8.2" />
[io.dropwizard/dropwizard-forms "0.8.2"]
'io.dropwizard:dropwizard-forms:jar:0.8.2'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.glassfish.jersey.media:jersey-media-multipart