s

springfox-bridge-parent

A plugin to create swagger documents for no restful apis in spring based applications.
https://github.com/double-bin/springfox-bridge
The Apache Software License, Version 2.0
doublebin
Files download
File Operation
springfox-bridge-parent-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>com.github.double-bin</groupId>
  <artifactId>springfox-bridge-parent</artifactId>
  <version>1.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.double-bin:springfox-bridge-parent:1.0.8'
Gradle Kotlin
implementation("com.github.double-bin:springfox-bridge-parent:1.0.8")
Scala SBT
libraryDependencies += "com.github.double-bin" % "springfox-bridge-parent" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.double-bin', module='springfox-bridge-parent', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.double-bin" name="springfox-bridge-parent" rev="1.0.8" />
Leiningen
[com.github.double-bin/springfox-bridge-parent "1.0.8"]
Apache Buildr
'com.github.double-bin:springfox-bridge-parent:jar:1.0.8'
Dependencies
The project has no third-party dependencies