Categories |
CategoriesDropWizard Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.smoketurner |
ArtifactId | ArtifactIddropwizard-swagger |
Version | Version1.2.2-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/ -->
<dependency>
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>1.2.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/
implementation 'com.smoketurner:dropwizard-swagger:1.2.2-1'
// https://jarcasting.com/artifacts/com.smoketurner/dropwizard-swagger/
implementation ("com.smoketurner:dropwizard-swagger:1.2.2-1")
'com.smoketurner:dropwizard-swagger:jar:1.2.2-1'
<dependency org="com.smoketurner" name="dropwizard-swagger" rev="1.2.2-1">
<artifact name="dropwizard-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner', module='dropwizard-swagger', version='1.2.2-1')
)
libraryDependencies += "com.smoketurner" % "dropwizard-swagger" % "1.2.2-1"
[com.smoketurner/dropwizard-swagger "1.2.2-1"]