Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdio.ghostwriter |
ArtifactId | ArtifactIdghostwriter-rt-tracer-slf4j |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer-slf4j/ -->
<dependency>
<groupId>io.ghostwriter</groupId>
<artifactId>ghostwriter-rt-tracer-slf4j</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer-slf4j/
implementation 'io.ghostwriter:ghostwriter-rt-tracer-slf4j:0.4.0'
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer-slf4j/
implementation ("io.ghostwriter:ghostwriter-rt-tracer-slf4j:0.4.0")
'io.ghostwriter:ghostwriter-rt-tracer-slf4j:jar:0.4.0'
<dependency org="io.ghostwriter" name="ghostwriter-rt-tracer-slf4j" rev="0.4.0">
<artifact name="ghostwriter-rt-tracer-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ghostwriter', module='ghostwriter-rt-tracer-slf4j', version='0.4.0')
)
libraryDependencies += "io.ghostwriter" % "ghostwriter-rt-tracer-slf4j" % "0.4.0"
[io.ghostwriter/ghostwriter-rt-tracer-slf4j "0.4.0"]