is not current version
Last Version 0.6.1

com.droidkit:actors 0.5.3

DroidKit Actors is simple actor model implementation for java and Android

GroupId

GroupId

com.droidkit
ArtifactId

ArtifactId

actors
Version

Version

0.5.3
Type

Type

jar

Download actors 0.5.3


<!-- https://jarcasting.com/artifacts/com.droidkit/actors/ -->
<dependency>
    <groupId>com.droidkit</groupId>
    <artifactId>actors</artifactId>
    <version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.droidkit/actors/
implementation 'com.droidkit:actors:0.5.3'
// https://jarcasting.com/artifacts/com.droidkit/actors/
implementation ("com.droidkit:actors:0.5.3")
'com.droidkit:actors:jar:0.5.3'
<dependency org="com.droidkit" name="actors" rev="0.5.3">
  <artifact name="actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.droidkit', module='actors', version='0.5.3')
)
libraryDependencies += "com.droidkit" % "actors" % "0.5.3"
[com.droidkit/actors "0.5.3"]