<dependency> <groupId>io.tracee.backend</groupId> <artifactId>tracee-slf4j</artifactId> <version>0.3.0</version> <type>bundle</type> </dependency>
implementation 'io.tracee.backend:tracee-slf4j:0.3.0'
implementation("io.tracee.backend:tracee-slf4j:0.3.0")
libraryDependencies += "io.tracee.backend" % "tracee-slf4j" % "0.3.0"
@Grapes( @Grab(group='io.tracee.backend', module='tracee-slf4j', version='0.3.0') )
<dependency org="io.tracee.backend" name="tracee-slf4j" rev="0.3.0" />
[io.tracee.backend/tracee-slf4j "0.3.0"]
'io.tracee.backend:tracee-slf4j:jar:0.3.0'
<parent> <groupId>io.tracee</groupId> <artifactId>tracee-parent</artifactId> <version>0.3.0</version> </parent>
compile
|-- io.tracee:tracee-core:0.3.0
|-- org.slf4j:slf4j-api
test
|-- ch.qos.logback:logback-classic