License |
License |
---|---|
Categories |
CategoriesGUI User Interface Search Business Logic Libraries |
GroupId | GroupIdorg.jresearch.logui |
ArtifactId | ArtifactIdorg.jresearch.logui.backend |
Last Version | Last Version1.0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRS logback UI: logback admin application - backend part
The web application to manage runtime configuration of Logback (Java logging library)
|
<!-- https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.backend/ -->
<dependency>
<groupId>org.jresearch.logui</groupId>
<artifactId>org.jresearch.logui.backend</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.backend/
implementation 'org.jresearch.logui:org.jresearch.logui.backend:1.0.15'
// https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.backend/
implementation ("org.jresearch.logui:org.jresearch.logui.backend:1.0.15")
'org.jresearch.logui:org.jresearch.logui.backend:jar:1.0.15'
<dependency org="org.jresearch.logui" name="org.jresearch.logui.backend" rev="1.0.15">
<artifact name="org.jresearch.logui.backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.logui', module='org.jresearch.logui.backend', version='1.0.15')
)
libraryDependencies += "org.jresearch.logui" % "org.jresearch.logui.backend" % "1.0.15"
[org.jresearch.logui/org.jresearch.logui.backend "1.0.15"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-core | jar | 1.2.3 |
com.google.guava : guava | jar | 27.0-jre |
org.reflections : reflections | jar | 0.9.11 |
org.jresearch.logui : org.jresearch.logui.domain | jar | 1.0.15 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
one.util : streamex | jar | 0.6.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |