| License |
License |
|---|---|
| GroupId | GroupIdio.github.saigu |
| ArtifactId | ArtifactIdlog-switch-core |
| Last Version | Last Version1.0.0-beta |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiona middleware project for log level change during application runtime
|
| Filename | Size |
|---|---|
| log-switch-core-1.0.0-beta.pom | |
| log-switch-core-1.0.0-beta.jar | 18 KB |
| log-switch-core-1.0.0-beta-sources.jar | 10 KB |
| log-switch-core-1.0.0-beta-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/ -->
<dependency>
<groupId>io.github.saigu</groupId>
<artifactId>log-switch-core</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/
implementation 'io.github.saigu:log-switch-core:1.0.0-beta'
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/
implementation ("io.github.saigu:log-switch-core:1.0.0-beta")
'io.github.saigu:log-switch-core:jar:1.0.0-beta'
<dependency org="io.github.saigu" name="log-switch-core" rev="1.0.0-beta">
<artifact name="log-switch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='log-switch-core', version='1.0.0-beta')
)
libraryDependencies += "io.github.saigu" % "log-switch-core" % "1.0.0-beta"
[io.github.saigu/log-switch-core "1.0.0-beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| commons-io : commons-io | jar | 2.11.0 |
| org.apache.logging.log4j : log4j-slf4j-impl Optional | jar | 2.17.0 |
| org.apache.logging.log4j : log4j-api Optional | jar | 2.17.0 |
| org.apache.logging.log4j : log4j-core Optional | jar | 2.17.0 |
| org.slf4j : slf4j-log4j12 Optional | jar | 1.7.32 |
| ch.qos.logback : logback-classic Optional | jar | 1.2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |