| License |
License |
|---|---|
| Categories |
CategoriesSwagger Program Interface REST Frameworks |
| GroupId | GroupIdcom.alexeinunez |
| ArtifactId | ArtifactIdswagger-bundle |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionswagger-bundle
Dropwizard Bundle for easy integration with Swagger
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| swagger-bundle-0.1.1.pom | |
| swagger-bundle-0.1.1.jar | 404 KB |
| swagger-bundle-0.1.1-sources.jar | 402 KB |
| swagger-bundle-0.1.1-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alexeinunez/swagger-bundle/ -->
<dependency>
<groupId>com.alexeinunez</groupId>
<artifactId>swagger-bundle</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexeinunez/swagger-bundle/
implementation 'com.alexeinunez:swagger-bundle:0.1.1'
// https://jarcasting.com/artifacts/com.alexeinunez/swagger-bundle/
implementation ("com.alexeinunez:swagger-bundle:0.1.1")
'com.alexeinunez:swagger-bundle:jar:0.1.1'
<dependency org="com.alexeinunez" name="swagger-bundle" rev="0.1.1">
<artifact name="swagger-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexeinunez', module='swagger-bundle', version='0.1.1')
)
libraryDependencies += "com.alexeinunez" % "swagger-bundle" % "0.1.1"
[com.alexeinunez/swagger-bundle "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.8.1 |
| io.dropwizard : dropwizard-assets | jar | 0.8.1 |
| io.dropwizard : dropwizard-views | jar | 0.8.1 |
| io.dropwizard : dropwizard-views-mustache | jar | 0.8.1 |
| io.swagger : swagger-jaxrs | jar | 1.5.3 |
| org.projectlombok : lombok | jar | 1.16.4 |