| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.double-bin |
| Идентификатор | Идентификаторspringfox-bridge-spring-boot-starter |
| Версия | Версия1.0.6 |
| Тип | Типjar |
<!-- 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.6</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.6'
// 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.6")
'com.github.double-bin:springfox-bridge-spring-boot-starter:jar:1.0.6'
<dependency org="com.github.double-bin" name="springfox-bridge-spring-boot-starter" rev="1.0.6">
<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.6')
)
libraryDependencies += "com.github.double-bin" % "springfox-bridge-spring-boot-starter" % "1.0.6"
[com.github.double-bin/springfox-bridge-spring-boot-starter "1.0.6"]