d

dropwizard-swagger

A simple way to document your REST APIs in DropWizard using Swagger
https://github.com/smoketurner/dropwizard-swagger/
Apache License, Version 2.0
Federico Recio Justin Plock
Files download
File Operation
dropwizard-swagger-1.0.0-rc2-1.jar download
dropwizard-swagger-1.0.0-rc2-1.pom download
dropwizard-swagger-1.0.0-rc2-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.smoketurner</groupId>
  <artifactId>dropwizard-swagger</artifactId>
  <version>1.0.0-rc2-1</version>
</dependency>
Gradle Groovy
implementation 'com.smoketurner:dropwizard-swagger:1.0.0-rc2-1'
Gradle Kotlin
implementation("com.smoketurner:dropwizard-swagger:1.0.0-rc2-1")
Scala SBT
libraryDependencies += "com.smoketurner" % "dropwizard-swagger" % "1.0.0-rc2-1"
Groovy Grape
@Grapes(
  @Grab(group='com.smoketurner', module='dropwizard-swagger', version='1.0.0-rc2-1')
)
Apache Ivy
<dependency org="com.smoketurner" name="dropwizard-swagger" rev="1.0.0-rc2-1" />
Leiningen
[com.smoketurner/dropwizard-swagger "1.0.0-rc2-1"]
Apache Buildr
'com.smoketurner:dropwizard-swagger:jar:1.0.0-rc2-1'