b

bootique-swagger-ui

Provides Swagger.io web UI integration with Bootique
Files download
File Operation
bootique-swagger-ui-2.0.B1.jar download
bootique-swagger-ui-2.0.B1.pom download
bootique-swagger-ui-2.0.B1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.bootique.swagger</groupId>
  <artifactId>bootique-swagger-ui</artifactId>
  <version>2.0.B1</version>
</dependency>
Gradle Groovy
implementation 'io.bootique.swagger:bootique-swagger-ui:2.0.B1'
Gradle Kotlin
implementation("io.bootique.swagger:bootique-swagger-ui:2.0.B1")
Scala SBT
libraryDependencies += "io.bootique.swagger" % "bootique-swagger-ui" % "2.0.B1"
Groovy Grape
@Grapes(
  @Grab(group='io.bootique.swagger', module='bootique-swagger-ui', version='2.0.B1')
)
Apache Ivy
<dependency org="io.bootique.swagger" name="bootique-swagger-ui" rev="2.0.B1" />
Leiningen
[io.bootique.swagger/bootique-swagger-ui "2.0.B1"]
Apache Buildr
'io.bootique.swagger:bootique-swagger-ui:jar:2.0.B1'