Skip to content

Swagger UI 4.x Static Resources for Dropwizard Swagger Integration

License

Notifications You must be signed in to change notification settings

Vect0rPro/dropwizard-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Swagger UI Integration

Apache License V2.0 Maven Central

Swagger UI 4.x Static Resources for Dropwizard Swagger Integration

This library is addon to Dropwizard Swagger Integration library provided by Vect0rPro.

It can be used independently for loading Swagger UI 4.x under resources or can be used in conjuection with Dropwizard Swagger Integration.

Please refer to below link for more details:
https://github.com/Vect0rPro/dropwizard-swagger

To use it as a standalone library to load Swagger UI 4.x resources, add the Maven dependency (available in Maven Central)

<dependency>
  <groupId>in.vectorpro.dropwizard</groupId>
  <artifactId>dropwizard-swagger-ui</artifactId>
  <version>4.6.2</version>
</dependency>