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