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