is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger-ui 1.1

Provides Swagger.io web UI integration with Bootique

Categories

Categories

Swagger Program Interface REST Frameworks Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.swagger
ArtifactId

ArtifactId

bootique-swagger-ui
Version

Version

1.1
Type

Type

jar

Download bootique-swagger-ui 1.1


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