Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalaz |
ArtifactId | ArtifactIdscalaz-effect_2.11 |
Version | Version7.2.29 |
Type | Typejar |
Filename | Size |
---|---|
scalaz-effect_2.11-7.2.29.pom | |
scalaz-effect_2.11-7.2.29.jar | 449 KB |
scalaz-effect_2.11-7.2.29-sources.jar | 23 KB |
scalaz-effect_2.11-7.2.29-javadoc.jar | 806 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalaz/scalaz-effect_2.11/ -->
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-effect_2.11</artifactId>
<version>7.2.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaz/scalaz-effect_2.11/
implementation 'org.scalaz:scalaz-effect_2.11:7.2.29'
// https://jarcasting.com/artifacts/org.scalaz/scalaz-effect_2.11/
implementation ("org.scalaz:scalaz-effect_2.11:7.2.29")
'org.scalaz:scalaz-effect_2.11:jar:7.2.29'
<dependency org="org.scalaz" name="scalaz-effect_2.11" rev="7.2.29">
<artifact name="scalaz-effect_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaz', module='scalaz-effect_2.11', version='7.2.29')
)
libraryDependencies += "org.scalaz" % "scalaz-effect_2.11" % "7.2.29"
[org.scalaz/scalaz-effect_2.11 "7.2.29"]