Control.Dsl: An alternative to monads in do
-notation
See Control.Dsl
on Hackage for more information.
License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification Akka Container Microservices Reactive libraries |
GroupId | GroupIdcom.yang-bo.dsl.keywords.akka.actor |
ArtifactId | ArtifactIdreceivemessage_2.13 |
Last Version | Last Version1.0.1+3-c334a586 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReceiveMessage
ReceiveMessage
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yang-bo.dsl.keywords.akka.actor/receivemessage_2.13/ -->
<dependency>
<groupId>com.yang-bo.dsl.keywords.akka.actor</groupId>
<artifactId>receivemessage_2.13</artifactId>
<version>1.0.1+3-c334a586</version>
</dependency>
// https://jarcasting.com/artifacts/com.yang-bo.dsl.keywords.akka.actor/receivemessage_2.13/
implementation 'com.yang-bo.dsl.keywords.akka.actor:receivemessage_2.13:1.0.1+3-c334a586'
// https://jarcasting.com/artifacts/com.yang-bo.dsl.keywords.akka.actor/receivemessage_2.13/
implementation ("com.yang-bo.dsl.keywords.akka.actor:receivemessage_2.13:1.0.1+3-c334a586")
'com.yang-bo.dsl.keywords.akka.actor:receivemessage_2.13:jar:1.0.1+3-c334a586'
<dependency org="com.yang-bo.dsl.keywords.akka.actor" name="receivemessage_2.13" rev="1.0.1+3-c334a586">
<artifact name="receivemessage_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yang-bo.dsl.keywords.akka.actor', module='receivemessage_2.13', version='1.0.1+3-c334a586')
)
libraryDependencies += "com.yang-bo.dsl.keywords.akka.actor" % "receivemessage_2.13" % "1.0.1+3-c334a586"
[com.yang-bo.dsl.keywords.akka.actor/receivemessage_2.13 "1.0.1+3-c334a586"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-compiler Optional | jar | 2.13.2 |
org.scala-lang : scala-library | jar | 2.13.2 |
com.typesafe.akka : akka-actor_2.13 | jar | 2.5.31 |
com.thoughtworks.dsl : dsl_2.13 | jar | 1.5.3 |
com.thoughtworks.dsl : compilerplugins-bangnotation_2.13 Optional | jar | 1.5.3 |
com.thoughtworks.dsl : compilerplugins-reseteverywhere_2.13 Optional | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-testkit_2.13 | jar | 2.5.31 |
org.scalatest : scalatest_2.13 | jar | 3.1.1 |
do
-notationSee Control.Dsl
on Hackage for more information.