is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger 0.3

Provides Swagger.io integration with Bootique and Jersey

Categories

Categories

Swagger Program Interface REST Frameworks Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.swagger
ArtifactId

ArtifactId

bootique-swagger
Version

Version

0.3
Type

Type

jar

Download bootique-swagger 0.3


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