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