GroupId | GroupIddev.profunktor |
---|---|
ArtifactId | ArtifactIdhttp4s-tracer-log4cats_2.12 |
Version | Version1.4.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.profunktor/http4s-tracer-log4cats_2.12/ -->
<dependency>
<groupId>dev.profunktor</groupId>
<artifactId>http4s-tracer-log4cats_2.12</artifactId>
<version>1.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.profunktor/http4s-tracer-log4cats_2.12/
implementation 'dev.profunktor:http4s-tracer-log4cats_2.12:1.4.0-RC1'
// https://jarcasting.com/artifacts/dev.profunktor/http4s-tracer-log4cats_2.12/
implementation ("dev.profunktor:http4s-tracer-log4cats_2.12:1.4.0-RC1")
'dev.profunktor:http4s-tracer-log4cats_2.12:jar:1.4.0-RC1'
<dependency org="dev.profunktor" name="http4s-tracer-log4cats_2.12" rev="1.4.0-RC1">
<artifact name="http4s-tracer-log4cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.profunktor', module='http4s-tracer-log4cats_2.12', version='1.4.0-RC1')
)
libraryDependencies += "dev.profunktor" % "http4s-tracer-log4cats_2.12" % "1.4.0-RC1"
[dev.profunktor/http4s-tracer-log4cats_2.12 "1.4.0-RC1"]