is not current version
Last Version 2.0.12-1

com.smoketurner:dropwizard-swagger 1.3.0-1

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

1.3.0-1
Type

Type

jar

Download dropwizard-swagger 1.3.0-1


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