License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.corp2world |
ArtifactId | ArtifactIdc2w-java-client-log4j2 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCorp2World Appender for Log4j2
Appender for Log4j2 library to send logging messages to Corp2World service
|
<!-- https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j2/ -->
<dependency>
<groupId>com.corp2world</groupId>
<artifactId>c2w-java-client-log4j2</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j2/
implementation 'com.corp2world:c2w-java-client-log4j2:1.0.1'
// https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j2/
implementation ("com.corp2world:c2w-java-client-log4j2:1.0.1")
'com.corp2world:c2w-java-client-log4j2:jar:1.0.1'
<dependency org="com.corp2world" name="c2w-java-client-log4j2" rev="1.0.1">
<artifact name="c2w-java-client-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.corp2world', module='c2w-java-client-log4j2', version='1.0.1')
)
libraryDependencies += "com.corp2world" % "c2w-java-client-log4j2" % "1.0.1"
[com.corp2world/c2w-java-client-log4j2 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.corp2world : c2w-java-client-core | jar | 1.0.1 |
org.apache.logging.log4j : log4j-api | jar | 2.1 |
org.apache.logging.log4j : log4j-core | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
com.googlecode.jmockit : jmockit | jar | 1.7 |