<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-forms</artifactId> <version>0.7.0</version> <type>pom</type> </dependency>
implementation 'io.dropwizard:dropwizard-forms:0.7.0'
implementation("io.dropwizard:dropwizard-forms:0.7.0")
libraryDependencies += "io.dropwizard" % "dropwizard-forms" % "0.7.0"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-forms', version='0.7.0') )
<dependency org="io.dropwizard" name="dropwizard-forms" rev="0.7.0" />
[io.dropwizard/dropwizard-forms "0.7.0"]
'io.dropwizard:dropwizard-forms:jar:0.7.0'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.7.0</version> </parent>
compile
|-- com.sun.jersey.contribs:jersey-multipart