is not current version
Last Version 3.0.0

io.springfox:springfox-swagger2 2.8.0

JSON API documentation for spring based applications

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.springfox
ArtifactId

ArtifactId

springfox-swagger2
Version

Version

2.8.0
Type

Type

jar

Download springfox-swagger2 2.8.0


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