is not current version
Last Version 3.0.0

io.springfox:springfox-swagger-common 2.9.1

JSON API documentation for spring based applications

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.springfox
ArtifactId

ArtifactId

springfox-swagger-common
Version

Version

2.9.1
Type

Type

jar

Download springfox-swagger-common 2.9.1


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