is not current version
Last Version 2.0.12-1

com.smoketurner:dropwizard-swagger 0.9.3-2

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

Categories

Categories

DropWizard Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

com.smoketurner
ArtifactId

ArtifactId

dropwizard-swagger
Version

Version

0.9.3-2
Type

Type

jar

Download dropwizard-swagger 0.9.3-2


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