| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаde.cgrotz |
| Идентификатор | Идентификаторspring-boot-status-header-common |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSimple Spring Boot Status Headers
|
<!-- https://jarcasting.com/artifacts/de.cgrotz/spring-boot-status-header-common/ -->
<dependency>
<groupId>de.cgrotz</groupId>
<artifactId>spring-boot-status-header-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cgrotz/spring-boot-status-header-common/
implementation 'de.cgrotz:spring-boot-status-header-common:1.0.0'
// https://jarcasting.com/artifacts/de.cgrotz/spring-boot-status-header-common/
implementation ("de.cgrotz:spring-boot-status-header-common:1.0.0")
'de.cgrotz:spring-boot-status-header-common:jar:1.0.0'
<dependency org="de.cgrotz" name="spring-boot-status-header-common" rev="1.0.0">
<artifact name="spring-boot-status-header-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cgrotz', module='spring-boot-status-header-common', version='1.0.0')
)
libraryDependencies += "de.cgrotz" % "spring-boot-status-header-common" % "1.0.0"
[de.cgrotz/spring-boot-status-header-common "1.0.0"]