t

tracee-slf4j

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