Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.daml |
ArtifactId | ArtifactIddoobie-slf4j_2.13 |
Version | Version1.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.daml/doobie-slf4j_2.13/ -->
<dependency>
<groupId>com.daml</groupId>
<artifactId>doobie-slf4j_2.13</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/doobie-slf4j_2.13/
implementation 'com.daml:doobie-slf4j_2.13:1.15.0'
// https://jarcasting.com/artifacts/com.daml/doobie-slf4j_2.13/
implementation ("com.daml:doobie-slf4j_2.13:1.15.0")
'com.daml:doobie-slf4j_2.13:jar:1.15.0'
<dependency org="com.daml" name="doobie-slf4j_2.13" rev="1.15.0">
<artifact name="doobie-slf4j_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='doobie-slf4j_2.13', version='1.15.0')
)
libraryDependencies += "com.daml" % "doobie-slf4j_2.13" % "1.15.0"
[com.daml/doobie-slf4j_2.13 "1.15.0"]