| Categories |
CategoriesDropWizard Container Microservices Swagger Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdio.paradoxical |
| ArtifactId | ArtifactIddropwizard-swagger |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-swagger-2.0.pom | |
| dropwizard-swagger-2.0.jar | 800 KB |
| dropwizard-swagger-2.0-sources.jar | 785 KB |
| dropwizard-swagger-2.0-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.paradoxical/dropwizard-swagger/ -->
<dependency>
<groupId>io.paradoxical</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.paradoxical/dropwizard-swagger/
implementation 'io.paradoxical:dropwizard-swagger:2.0'
// https://jarcasting.com/artifacts/io.paradoxical/dropwizard-swagger/
implementation ("io.paradoxical:dropwizard-swagger:2.0")
'io.paradoxical:dropwizard-swagger:jar:2.0'
<dependency org="io.paradoxical" name="dropwizard-swagger" rev="2.0">
<artifact name="dropwizard-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.paradoxical', module='dropwizard-swagger', version='2.0')
)
libraryDependencies += "io.paradoxical" % "dropwizard-swagger" % "2.0"
[io.paradoxical/dropwizard-swagger "2.0"]