| GroupId | GroupIdcom.dimafeng |
|---|---|
| ArtifactId | ArtifactIdneotypes-cats-effect_2.11 |
| Version | Version0.3.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dimafeng/neotypes-cats-effect_2.11/ -->
<dependency>
<groupId>com.dimafeng</groupId>
<artifactId>neotypes-cats-effect_2.11</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dimafeng/neotypes-cats-effect_2.11/
implementation 'com.dimafeng:neotypes-cats-effect_2.11:0.3.3'
// https://jarcasting.com/artifacts/com.dimafeng/neotypes-cats-effect_2.11/
implementation ("com.dimafeng:neotypes-cats-effect_2.11:0.3.3")
'com.dimafeng:neotypes-cats-effect_2.11:jar:0.3.3'
<dependency org="com.dimafeng" name="neotypes-cats-effect_2.11" rev="0.3.3">
<artifact name="neotypes-cats-effect_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dimafeng', module='neotypes-cats-effect_2.11', version='0.3.3')
)
libraryDependencies += "com.dimafeng" % "neotypes-cats-effect_2.11" % "0.3.3"
[com.dimafeng/neotypes-cats-effect_2.11 "0.3.3"]