is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger-ui 2.0.B1

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

2.0.B1
Type

Type

jar

Download bootique-swagger-ui 2.0.B1


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