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