Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.double-bin |
ArtifactId | ArtifactIdspringfox-bridge-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-spring-boot-starter/ -->
<dependency>
<groupId>com.github.double-bin</groupId>
<artifactId>springfox-bridge-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-spring-boot-starter/
implementation 'com.github.double-bin:springfox-bridge-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.double-bin/springfox-bridge-spring-boot-starter/
implementation ("com.github.double-bin:springfox-bridge-spring-boot-starter:1.0.1")
'com.github.double-bin:springfox-bridge-spring-boot-starter:jar:1.0.1'
<dependency org="com.github.double-bin" name="springfox-bridge-spring-boot-starter" rev="1.0.1">
<artifact name="springfox-bridge-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.double-bin', module='springfox-bridge-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.github.double-bin" % "springfox-bridge-spring-boot-starter" % "1.0.1"
[com.github.double-bin/springfox-bridge-spring-boot-starter "1.0.1"]