springfox-bridge-core

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

License

License

GroupId

GroupId

com.github.double-bin
ArtifactId

ArtifactId

springfox-bridge-core
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

springfox-bridge-core
A plugin to create swagger documents for no restful apis in spring based applications.

Download springfox-bridge-core

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.19.RELEASE
org.springframework : spring-beans jar 4.3.19.RELEASE
org.springframework : spring-context jar 4.3.19.RELEASE
org.springframework : spring-web jar 4.3.19.RELEASE
org.springframework : spring-webmvc jar 4.3.19.RELEASE
io.springfox : springfox-swagger2 jar 2.7.0
io.springfox : springfox-swagger-ui jar 2.7.0
org.javassist : javassist jar 3.20.0-GA
org.apache.commons : commons-lang3 jar 3.6
commons-io : commons-io jar 2.4
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.1
com.alibaba : fastjson jar 1.2.46
commons-beanutils : commons-beanutils jar 1.9.3
org.projectlombok : lombok jar 1.16.10

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0