License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.kloudtek.elogging |
ArtifactId | ArtifactIdelogging-log4j2 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionELogging Log4j plugins
Log4j2 plugins library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
elogging-log4j2-1.0.1.pom | |
elogging-log4j2-1.0.1.jar | 403 KB |
elogging-log4j2-1.0.1-sources.jar | 3 KB |
elogging-log4j2-1.0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/ -->
<dependency>
<groupId>com.kloudtek.elogging</groupId>
<artifactId>elogging-log4j2</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/
implementation 'com.kloudtek.elogging:elogging-log4j2:1.0.1'
// https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/
implementation ("com.kloudtek.elogging:elogging-log4j2:1.0.1")
'com.kloudtek.elogging:elogging-log4j2:jar:1.0.1'
<dependency org="com.kloudtek.elogging" name="elogging-log4j2" rev="1.0.1">
<artifact name="elogging-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.elogging', module='elogging-log4j2', version='1.0.1')
)
libraryDependencies += "com.kloudtek.elogging" % "elogging-log4j2" % "1.0.1"
[com.kloudtek.elogging/elogging-log4j2 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |