is not current version
Last Version 3.0.0

io.springfox:springfox-swagger2 2.9.2

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

Type

jar

Download springfox-swagger2 2.9.2


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