Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalaz |
ArtifactId | ArtifactIdscalaz-ioeffect_2.12 |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
scalaz-ioeffect_2.12-2.8.0.pom | |
scalaz-ioeffect_2.12-2.8.0.jar | 268 KB |
scalaz-ioeffect_2.12-2.8.0-sources.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalaz/scalaz-ioeffect_2.12/ -->
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-ioeffect_2.12</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaz/scalaz-ioeffect_2.12/
implementation 'org.scalaz:scalaz-ioeffect_2.12:2.8.0'
// https://jarcasting.com/artifacts/org.scalaz/scalaz-ioeffect_2.12/
implementation ("org.scalaz:scalaz-ioeffect_2.12:2.8.0")
'org.scalaz:scalaz-ioeffect_2.12:jar:2.8.0'
<dependency org="org.scalaz" name="scalaz-ioeffect_2.12" rev="2.8.0">
<artifact name="scalaz-ioeffect_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaz', module='scalaz-ioeffect_2.12', version='2.8.0')
)
libraryDependencies += "org.scalaz" % "scalaz-ioeffect_2.12" % "2.8.0"
[org.scalaz/scalaz-ioeffect_2.12 "2.8.0"]