| Категории |
КатегорииSpring Boot Контейнер Микросервисы Swagger Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.didispace |
| Идентификатор | Идентификаторspring-boot-starter-swagger |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.didispace/spring-boot-starter-swagger/ -->
<dependency>
<groupId>com.didispace</groupId>
<artifactId>spring-boot-starter-swagger</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.didispace/spring-boot-starter-swagger/
implementation 'com.didispace:spring-boot-starter-swagger:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.didispace/spring-boot-starter-swagger/
implementation ("com.didispace:spring-boot-starter-swagger:1.0.0.RELEASE")
'com.didispace:spring-boot-starter-swagger:jar:1.0.0.RELEASE'
<dependency org="com.didispace" name="spring-boot-starter-swagger" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.didispace', module='spring-boot-starter-swagger', version='1.0.0.RELEASE')
)
libraryDependencies += "com.didispace" % "spring-boot-starter-swagger" % "1.0.0.RELEASE"
[com.didispace/spring-boot-starter-swagger "1.0.0.RELEASE"]