is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger 2.0

Provides Swagger-based OpenAPI 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

2.0
Type

Type

jar

Download bootique-swagger 2.0


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