is not current version
Last Version 2.0.1

io.bootique.swagger:bootique-swagger 0.1

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.1
Type

Type

jar

Download bootique-swagger 0.1


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