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