| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdcom.github.m50d |
| ArtifactId | ArtifactIdscalaz-transfigure |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionscalaz-transfigure
A library for genericly composing/lifting operations in a stack of monadic contexts
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| scalaz-transfigure-0.8.pom | |
| scalaz-transfigure-0.8.jar | 103 KB |
| scalaz-transfigure-0.8-sources.jar | 6 KB |
| scalaz-transfigure-0.8-javadoc.jar | 539 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.m50d/scalaz-transfigure/ -->
<dependency>
<groupId>com.github.m50d</groupId>
<artifactId>scalaz-transfigure</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.m50d/scalaz-transfigure/
implementation 'com.github.m50d:scalaz-transfigure:0.8'
// https://jarcasting.com/artifacts/com.github.m50d/scalaz-transfigure/
implementation ("com.github.m50d:scalaz-transfigure:0.8")
'com.github.m50d:scalaz-transfigure:jar:0.8'
<dependency org="com.github.m50d" name="scalaz-transfigure" rev="0.8">
<artifact name="scalaz-transfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.m50d', module='scalaz-transfigure', version='0.8')
)
libraryDependencies += "com.github.m50d" % "scalaz-transfigure" % "0.8"
[com.github.m50d/scalaz-transfigure "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalaz : scalaz-core_2.11 | jar | 7.1.0 |
| com.chuusai : shapeless_2.11 | jar | 2.0.0 |
| org.scala-lang : scala-library | jar | 2.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |