is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-forms 3.0.0-beta.1


Categories

Categories

DropWizard Container Microservices ORM Data
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-forms
Version

Version

3.0.0-beta.1
Type

Type

jar

Download dropwizard-forms 3.0.0-beta.1


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-forms/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-forms</artifactId>
    <version>3.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-forms/
implementation 'io.dropwizard:dropwizard-forms:3.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-forms/
implementation ("io.dropwizard:dropwizard-forms:3.0.0-beta.1")
'io.dropwizard:dropwizard-forms:jar:3.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-forms" rev="3.0.0-beta.1">
  <artifact name="dropwizard-forms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-forms', version='3.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-forms" % "3.0.0-beta.1"
[io.dropwizard/dropwizard-forms "3.0.0-beta.1"]