| License |
License |
|---|---|
| GroupId | GroupIdorg.seppiko.glf |
| ArtifactId | ArtifactIdglf-log4j2 |
| Version | Version1.3.RELEASE |
| Type | Typejar |
| Description |
DescriptionGLF Log4j2
GLF for Log4j 2.x implementation
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| glf-log4j2-1.3.RELEASE.pom | |
| glf-log4j2-1.3.RELEASE.jar | 13 KB |
| glf-log4j2-1.3.RELEASE-sources.jar | 12 KB |
| glf-log4j2-1.3.RELEASE-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seppiko.glf/glf-log4j2/ -->
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>glf-log4j2</artifactId>
<version>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-log4j2/
implementation 'org.seppiko.glf:glf-log4j2:1.3.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-log4j2/
implementation ("org.seppiko.glf:glf-log4j2:1.3.RELEASE")
'org.seppiko.glf:glf-log4j2:jar:1.3.RELEASE'
<dependency org="org.seppiko.glf" name="glf-log4j2" rev="1.3.RELEASE">
<artifact name="glf-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='glf-log4j2', version='1.3.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "glf-log4j2" % "1.3.RELEASE"
[org.seppiko.glf/glf-log4j2 "1.3.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seppiko.glf : glf-api | jar | 1.3.RELEASE |
| org.apache.logging.log4j : log4j-api | jar | 2.13.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 |