GroupId | GroupIdio.laserdisc |
---|---|
ArtifactId | ArtifactIdlog-effect-fs2_2.12 |
Version | Version0.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.laserdisc/log-effect-fs2_2.12/ -->
<dependency>
<groupId>io.laserdisc</groupId>
<artifactId>log-effect-fs2_2.12</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.laserdisc/log-effect-fs2_2.12/
implementation 'io.laserdisc:log-effect-fs2_2.12:0.16.0'
// https://jarcasting.com/artifacts/io.laserdisc/log-effect-fs2_2.12/
implementation ("io.laserdisc:log-effect-fs2_2.12:0.16.0")
'io.laserdisc:log-effect-fs2_2.12:jar:0.16.0'
<dependency org="io.laserdisc" name="log-effect-fs2_2.12" rev="0.16.0">
<artifact name="log-effect-fs2_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.laserdisc', module='log-effect-fs2_2.12', version='0.16.0')
)
libraryDependencies += "io.laserdisc" % "log-effect-fs2_2.12" % "0.16.0"
[io.laserdisc/log-effect-fs2_2.12 "0.16.0"]