is not current version
Last Version 0.7.0

io.federecio:dropwizard-swagger 0.5

A simple way to document your REST APIs in DropWizard using Swagger

Categories

Categories

DropWizard Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

io.federecio
ArtifactId

ArtifactId

dropwizard-swagger
Version

Version

0.5
Type

Type

jar

Download dropwizard-swagger 0.5


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