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