License |
License |
---|---|
GroupId | GroupIdcom.lightszentip.module |
ArtifactId | ArtifactIdlogmanagement-plugin |
Version | Version0.9.1 |
Type | Typejar |
Description |
Descriptionlogmanagement-plugin
The plugin can change the log level for slf4j logging on the fly or get informations about logger and log levels.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lightszentip.module/logmanagement-plugin/ -->
<dependency>
<groupId>com.lightszentip.module</groupId>
<artifactId>logmanagement-plugin</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightszentip.module/logmanagement-plugin/
implementation 'com.lightszentip.module:logmanagement-plugin:0.9.1'
// https://jarcasting.com/artifacts/com.lightszentip.module/logmanagement-plugin/
implementation ("com.lightszentip.module:logmanagement-plugin:0.9.1")
'com.lightszentip.module:logmanagement-plugin:jar:0.9.1'
<dependency org="com.lightszentip.module" name="logmanagement-plugin" rev="0.9.1">
<artifact name="logmanagement-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightszentip.module', module='logmanagement-plugin', version='0.9.1')
)
libraryDependencies += "com.lightszentip.module" % "logmanagement-plugin" % "0.9.1"
[com.lightszentip.module/logmanagement-plugin "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |
ch.qos.logback : logback-classic | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
com.google.guava : guava | jar | 17.0 |
org.powermock : powermock-module-junit4 | jar | 1.5.4 |
org.powermock : powermock-api-mockito | jar | 1.5.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |