| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.saigu |
| Идентификатор | Идентификаторlog-switch-starter |
| Версия | Версия1.0.0-beta |
| Тип | Типjar |
| Описание |
Описаниеa middleware project for log level change during application runtime
|
<!-- https://jarcasting.com/artifacts/io.github.saigu/log-switch-starter/ -->
<dependency>
<groupId>io.github.saigu</groupId>
<artifactId>log-switch-starter</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-starter/
implementation 'io.github.saigu:log-switch-starter:1.0.0-beta'
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-starter/
implementation ("io.github.saigu:log-switch-starter:1.0.0-beta")
'io.github.saigu:log-switch-starter:jar:1.0.0-beta'
<dependency org="io.github.saigu" name="log-switch-starter" rev="1.0.0-beta">
<artifact name="log-switch-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='log-switch-starter', version='1.0.0-beta')
)
libraryDependencies += "io.github.saigu" % "log-switch-starter" % "1.0.0-beta"
[io.github.saigu/log-switch-starter "1.0.0-beta"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.saigu : log-switch-core | jar | 1.0.0-beta |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.17.RELEASE |