Categories |
CategoriesDropWizard Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.smoketurner |
ArtifactId | ArtifactIddropwizard-swagger |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-swagger-0.7.1.pom | |
dropwizard-swagger-0.7.1.jar | 993 KB |
dropwizard-swagger-0.7.1-sources.jar | 989 KB |
dropwizard-swagger-0.7.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/ -->
<dependency>
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/
implementation 'com.smoketurner:dropwizard-swagger:0.7.1'
// https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/
implementation ("com.smoketurner:dropwizard-swagger:0.7.1")
'com.smoketurner:dropwizard-swagger:jar:0.7.1'
<dependency org="com.smoketurner" name="dropwizard-swagger" rev="0.7.1">
<artifact name="dropwizard-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner', module='dropwizard-swagger', version='0.7.1')
)
libraryDependencies += "com.smoketurner" % "dropwizard-swagger" % "0.7.1"
[com.smoketurner/dropwizard-swagger "0.7.1"]