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