| License |
License |
|---|---|
| GroupId | GroupIdcom.github.m50d |
| ArtifactId | ArtifactIdpaperdoll-core |
| Version | Version0.5 |
| Type | Typejar |
| Description |
DescriptionScala implementation of "Freer Monads, More Extensible Effects" - see http://okmij.org/ftp/Haskell/extensible/more.pdf
|
| Filename | Size |
|---|---|
| paperdoll-core-0.5.pom | |
| paperdoll-core-0.5.jar | 93 KB |
| paperdoll-core-0.5-sources.jar | 13 KB |
| paperdoll-core-0.5-javadoc.jar | 777 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/ -->
<dependency>
<groupId>com.github.m50d</groupId>
<artifactId>paperdoll-core</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/
implementation 'com.github.m50d:paperdoll-core:0.5'
// https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/
implementation ("com.github.m50d:paperdoll-core:0.5")
'com.github.m50d:paperdoll-core:jar:0.5'
<dependency org="com.github.m50d" name="paperdoll-core" rev="0.5">
<artifact name="paperdoll-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.m50d', module='paperdoll-core', version='0.5')
)
libraryDependencies += "com.github.m50d" % "paperdoll-core" % "0.5"
[com.github.m50d/paperdoll-core "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.m50d : paperdoll-queue | jar | 0.5 |
| com.chuusai : shapeless_2.12 | jar | 2.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easytesting : fest-assert | jar | 1.4 |