t

tracee-log4j

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