MVN

com.hedera.hashgraph : log4j2

Maven & Gradle

May 01, 2020
5 stars

log4j2 · Provides Log4j 2.x support for Hedera™ via an Appender that records logged events using the Hedera™ Consensus Service (HCS).

<dependency>
    <groupId>com.hedera.hashgraph</groupId>
    <artifactId>log4j2</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hedera.hashgraph : log4j2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.hedera.hashgraph : log4j2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
log4j2-0.1.0

How to add a dependency to Maven

Add the following com.hedera.hashgraph : log4j2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hedera.hashgraph</groupId>
    <artifactId>log4j2</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hedera.hashgraph : log4j2 gradle dependency to your build.gradle file:

implementation 'com.hedera.hashgraph:log4j2:0.1.0'

Gradle Kotlin DSL: Add the following com.hedera.hashgraph : log4j2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hedera.hashgraph:log4j2:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hedera.hashgraph : log4j2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hedera.hashgraph" % "log4j2" % "0.1.0"

Advertisement

Dependencies from Group

Jul 07, 2023
6 usages
31 stars
Sep 08, 2020
3 usages
1 stars
Apr 24, 2021
3 usages
118 stars
sdk
Jul 31, 2023
2 usages
202 stars
Apr 24, 2021
2 usages
118 stars

Discover Dependencies