| License |
License |
|---|---|
| GroupId | GroupIdde.knutwalker |
| ArtifactId | ArtifactIdtyped-actors_2.11 |
| Version | Version1.6.0 |
| Type | Typejar |
| Description |
Descriptiontyped-actors
Compile time wrapper for more type safe actors
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| typed-actors_2.11-1.6.0.pom | |
| typed-actors_2.11-1.6.0.jar | 72 KB |
| typed-actors_2.11-1.6.0-sources.jar | 11 KB |
| typed-actors_2.11-1.6.0-javadoc.jar | 471 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.knutwalker/typed-actors_2.11/ -->
<dependency>
<groupId>de.knutwalker</groupId>
<artifactId>typed-actors_2.11</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.knutwalker/typed-actors_2.11/
implementation 'de.knutwalker:typed-actors_2.11:1.6.0'
// https://jarcasting.com/artifacts/de.knutwalker/typed-actors_2.11/
implementation ("de.knutwalker:typed-actors_2.11:1.6.0")
'de.knutwalker:typed-actors_2.11:jar:1.6.0'
<dependency org="de.knutwalker" name="typed-actors_2.11" rev="1.6.0">
<artifact name="typed-actors_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knutwalker', module='typed-actors_2.11', version='1.6.0')
)
libraryDependencies += "de.knutwalker" % "typed-actors_2.11" % "1.6.0"
[de.knutwalker/typed-actors_2.11 "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.akka : akka-actor_2.11 | jar | 2.3.14 |