is not current version
Last Version 2.7.0.Final

io.thorntail:swagger-webapp 2.6.0.Final

UI for Swagger to visualize the generated swagger.json

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

swagger-webapp
Version

Version

2.6.0.Final
Type

Type

jar

Download swagger-webapp 2.6.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/swagger-webapp/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>swagger-webapp</artifactId>
    <version>2.6.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/swagger-webapp/
implementation 'io.thorntail:swagger-webapp:2.6.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/swagger-webapp/
implementation ("io.thorntail:swagger-webapp:2.6.0.Final")
'io.thorntail:swagger-webapp:jar:2.6.0.Final'
<dependency org="io.thorntail" name="swagger-webapp" rev="2.6.0.Final">
  <artifact name="swagger-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='swagger-webapp', version='2.6.0.Final')
)
libraryDependencies += "io.thorntail" % "swagger-webapp" % "2.6.0.Final"
[io.thorntail/swagger-webapp "2.6.0.Final"]