is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-views 1.3.14


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-views
Version

Version

1.3.14
Type

Type

jar

Download dropwizard-views 1.3.14


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