is not current version
Last Version 1.0.8

com.github.double-bin:springfox-bridge-parent 1.0.3

A plugin to create swagger documents for no restful apis in spring based applications.

GroupId

GroupId

com.github.double-bin
ArtifactId

ArtifactId

springfox-bridge-parent
Version

Version

1.0.3
Type

Type

pom

Download springfox-bridge-parent 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-parent/ -->
<dependency>
    <groupId>com.github.double-bin</groupId>
    <artifactId>springfox-bridge-parent</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-parent/
implementation 'com.github.double-bin:springfox-bridge-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-parent/
implementation ("com.github.double-bin:springfox-bridge-parent:1.0.3")
'com.github.double-bin:springfox-bridge-parent:pom:1.0.3'
<dependency org="com.github.double-bin" name="springfox-bridge-parent" rev="1.0.3">
  <artifact name="springfox-bridge-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.double-bin', module='springfox-bridge-parent', version='1.0.3')
)
libraryDependencies += "com.github.double-bin" % "springfox-bridge-parent" % "1.0.3"
[com.github.double-bin/springfox-bridge-parent "1.0.3"]