License |
License |
---|---|
GroupId | GroupIdcom.hedera.hashgraph |
ArtifactId | ArtifactIdlog4j2 |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionlog4j2
Provides Log4j 2.x support for Hedera™ via an Appender that records logged events using the Hedera™ Consensus Service (HCS).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log4j2-0.1.0.pom | |
log4j2-0.1.0.jar | 6 KB |
log4j2-0.1.0-sources.jar | 4 KB |
log4j2-0.1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hedera.hashgraph/log4j2/ -->
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>log4j2</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hedera.hashgraph/log4j2/
implementation 'com.hedera.hashgraph:log4j2:0.1.0'
// https://jarcasting.com/artifacts/com.hedera.hashgraph/log4j2/
implementation ("com.hedera.hashgraph:log4j2:0.1.0")
'com.hedera.hashgraph:log4j2:jar:0.1.0'
<dependency org="com.hedera.hashgraph" name="log4j2" rev="0.1.0">
<artifact name="log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hedera.hashgraph', module='log4j2', version='0.1.0')
)
libraryDependencies += "com.hedera.hashgraph" % "log4j2" % "0.1.0"
[com.hedera.hashgraph/log4j2 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.13.1 |
org.apache.logging.log4j : log4j-core | jar | 2.13.1 |
com.hedera.hashgraph : sdk | jar | 1.1.4 |
io.grpc : grpc-okhttp | jar | 1.24.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |