| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.dinstone.loghub |
| ArtifactId | ArtifactIdloghub-slf4j |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
Descriptionlog hub delegate some log framework
|
| Project Organization |
Project Organizationdinstone |
| Filename | Size |
|---|---|
| loghub-slf4j-1.3.0.pom | |
| loghub-slf4j-1.3.0.jar | 5 KB |
| loghub-slf4j-1.3.0-sources.jar | 3 KB |
| loghub-slf4j-1.3.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/ -->
<dependency>
<groupId>com.dinstone.loghub</groupId>
<artifactId>loghub-slf4j</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/
implementation 'com.dinstone.loghub:loghub-slf4j:1.3.0'
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/
implementation ("com.dinstone.loghub:loghub-slf4j:1.3.0")
'com.dinstone.loghub:loghub-slf4j:jar:1.3.0'
<dependency org="com.dinstone.loghub" name="loghub-slf4j" rev="1.3.0">
<artifact name="loghub-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.loghub', module='loghub-slf4j', version='1.3.0')
)
libraryDependencies += "com.dinstone.loghub" % "loghub-slf4j" % "1.3.0"
[com.dinstone.loghub/loghub-slf4j "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.dinstone.loghub : loghub-core | jar | 1.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.5 |
| org.apache.logging.log4j : log4j-api | jar | 2.5 |
| org.apache.logging.log4j : log4j-core | jar | 2.5 |
| junit : junit | jar | 4.13.1 |