t

tracee-log4j2

Please refer to https://github.com/tracee/tracee.
Files download
File Operation
tracee-log4j2-0.9.0.jar download
tracee-log4j2-0.9.0.pom download
tracee-log4j2-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.tracee.backend</groupId>
  <artifactId>tracee-log4j2</artifactId>
  <version>0.9.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.tracee.backend:tracee-log4j2:0.9.0'
Gradle Kotlin
implementation("io.tracee.backend:tracee-log4j2:0.9.0")
Scala SBT
libraryDependencies += "io.tracee.backend" % "tracee-log4j2" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.tracee.backend', module='tracee-log4j2', version='0.9.0')
)
Apache Ivy
<dependency org="io.tracee.backend" name="tracee-log4j2" rev="0.9.0" />
Leiningen
[io.tracee.backend/tracee-log4j2 "0.9.0"]
Apache Buildr
'io.tracee.backend:tracee-log4j2:jar:0.9.0'