License |
License |
---|---|
GroupId | GroupIdcom.droidkit |
ArtifactId | ArtifactIdactors |
Version | Version0.6.1 |
Type | Typejar |
Description |
DescriptionDroidKit-Actors
DroidKit Actors is simple actor model implementation for java and Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
actors-0.6.1.pom | |
actors-0.6.1.jar | 86 KB |
actors-0.6.1-sources.jar | 48 KB |
actors-0.6.1-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.droidkit/actors/ -->
<dependency>
<groupId>com.droidkit</groupId>
<artifactId>actors</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.droidkit/actors/
implementation 'com.droidkit:actors:0.6.1'
// https://jarcasting.com/artifacts/com.droidkit/actors/
implementation ("com.droidkit:actors:0.6.1")
'com.droidkit:actors:jar:0.6.1'
<dependency org="com.droidkit" name="actors" rev="0.6.1">
<artifact name="actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.droidkit', module='actors', version='0.6.1')
)
libraryDependencies += "com.droidkit" % "actors" % "0.6.1"
[com.droidkit/actors "0.6.1"]