GroupId | GroupIdio.kevinlee |
---|---|
ArtifactId | ArtifactIdeffectie-cats-effect_2.12 |
Version | Version1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.kevinlee/effectie-cats-effect_2.12/ -->
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-cats-effect_2.12</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kevinlee/effectie-cats-effect_2.12/
implementation 'io.kevinlee:effectie-cats-effect_2.12:1.9.0'
// https://jarcasting.com/artifacts/io.kevinlee/effectie-cats-effect_2.12/
implementation ("io.kevinlee:effectie-cats-effect_2.12:1.9.0")
'io.kevinlee:effectie-cats-effect_2.12:jar:1.9.0'
<dependency org="io.kevinlee" name="effectie-cats-effect_2.12" rev="1.9.0">
<artifact name="effectie-cats-effect_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kevinlee', module='effectie-cats-effect_2.12', version='1.9.0')
)
libraryDependencies += "io.kevinlee" % "effectie-cats-effect_2.12" % "1.9.0"
[io.kevinlee/effectie-cats-effect_2.12 "1.9.0"]