is not current version
Last Version 1.0.0-beta

io.github.saigu:LogLevelSwitch 1.0.0-ALPHA

a middleware project for log level change during application runtime

GroupId

GroupId

io.github.saigu
ArtifactId

ArtifactId

LogLevelSwitch
Version

Version

1.0.0-ALPHA
Type

Type

pom

Download LogLevelSwitch 1.0.0-ALPHA


<!-- https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/ -->
<dependency>
    <groupId>io.github.saigu</groupId>
    <artifactId>LogLevelSwitch</artifactId>
    <version>1.0.0-ALPHA</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation 'io.github.saigu:LogLevelSwitch:1.0.0-ALPHA'
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation ("io.github.saigu:LogLevelSwitch:1.0.0-ALPHA")
'io.github.saigu:LogLevelSwitch:pom:1.0.0-ALPHA'
<dependency org="io.github.saigu" name="LogLevelSwitch" rev="1.0.0-ALPHA">
  <artifact name="LogLevelSwitch" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='LogLevelSwitch', version='1.0.0-ALPHA')
)
libraryDependencies += "io.github.saigu" % "LogLevelSwitch" % "1.0.0-ALPHA"
[io.github.saigu/LogLevelSwitch "1.0.0-ALPHA"]