is not current version
Last Version 3.0

io.paradoxical:dropwizard-swagger 1.1

Swagger managment 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

1.1
Type

Type

jar

Download dropwizard-swagger 1.1


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