| License |
License |
|---|---|
| GroupId | GroupIdorg.pelotom |
| ArtifactId | ArtifactIdeffectful_2.10 |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptioneffectful
A syntax for type-safe effectful computations in Scala
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationorg.pelotom |
| Filename | Size |
|---|---|
| effectful_2.10-1.0.0.pom | |
| effectful_2.10-1.0.0.jar | 67 KB |
| effectful_2.10-1.0.0-sources.jar | 6 KB |
| effectful_2.10-1.0.0-javadoc.jar | 339 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pelotom/effectful_2.10/ -->
<dependency>
<groupId>org.pelotom</groupId>
<artifactId>effectful_2.10</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pelotom/effectful_2.10/
implementation 'org.pelotom:effectful_2.10:1.0.0'
// https://jarcasting.com/artifacts/org.pelotom/effectful_2.10/
implementation ("org.pelotom:effectful_2.10:1.0.0")
'org.pelotom:effectful_2.10:jar:1.0.0'
<dependency org="org.pelotom" name="effectful_2.10" rev="1.0.0">
<artifact name="effectful_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pelotom', module='effectful_2.10', version='1.0.0')
)
libraryDependencies += "org.pelotom" % "effectful_2.10" % "1.0.0"
[org.pelotom/effectful_2.10 "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.2 |
| org.scala-lang : scala-reflect | jar | 2.10.2 |
| org.scalaz : scalaz-core_2.10 | jar | 7.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalacheck : scalacheck_2.10 | jar | 1.10.1 |