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