is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger 1.2

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

1.2
Type

Type

jar

Download bootique-swagger 1.2


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