| License |
License |
|---|---|
| Categories |
CategoriesNet Akka Container Microservices Reactive libraries |
| GroupId | GroupIdnet.asynchorswim |
| ArtifactId | ArtifactIdakkautils |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionakkautils
Stateful aAkka actors without mutable variables
|
| Filename | Size |
|---|---|
| akkautils-0.1.0.pom | |
| akkautils-0.1.0.jar | 12 KB |
| akkautils-0.1.0-sources.jar | 943 bytes |
| akkautils-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.asynchorswim/akkautils/ -->
<dependency>
<groupId>net.asynchorswim</groupId>
<artifactId>akkautils</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.asynchorswim/akkautils/
implementation 'net.asynchorswim:akkautils:0.1.0'
// https://jarcasting.com/artifacts/net.asynchorswim/akkautils/
implementation ("net.asynchorswim:akkautils:0.1.0")
'net.asynchorswim:akkautils:jar:0.1.0'
<dependency org="net.asynchorswim" name="akkautils" rev="0.1.0">
<artifact name="akkautils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.asynchorswim', module='akkautils', version='0.1.0')
)
libraryDependencies += "net.asynchorswim" % "akkautils" % "0.1.0"
[net.asynchorswim/akkautils "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.6 |
| com.typesafe.akka : akka-actor_2.11 | jar | 2.3.11 |
| org.scala-lang : scala-compiler | jar | 2.11.6 |
| com.typesafe.akka : akka-persistence-experimental_2.11 | jar | 2.3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.4 |
| com.typesafe.akka : akka-testkit_2.11 | jar | 2.3.11 |