is not current version
Last Version 3.0

io.paradoxical:dropwizard-swagger 2.0

Swagger management on the admin resource for dropwizard

Categories

Categories

DropWizard Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

io.paradoxical
ArtifactId

ArtifactId

dropwizard-swagger
Version

Version

2.0
Type

Type

jar

Download dropwizard-swagger 2.0


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