| License |
License |
|---|---|
| GroupId | GroupIdcom.github.zakgof |
| ArtifactId | ArtifactIdactr |
| Last Version | Last Version0.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionactr
Simple Java actor model implementation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| actr-0.4.2.pom | |
| actr-0.4.2.jar | 34 KB |
| actr-0.4.2-tests.jar | 31 KB |
| actr-0.4.2-sources.jar | 20 KB |
| actr-0.4.2-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zakgof/actr/ -->
<dependency>
<groupId>com.github.zakgof</groupId>
<artifactId>actr</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zakgof/actr/
implementation 'com.github.zakgof:actr:0.4.2'
// https://jarcasting.com/artifacts/com.github.zakgof/actr/
implementation ("com.github.zakgof:actr:0.4.2")
'com.github.zakgof:actr:jar:0.4.2'
<dependency org="com.github.zakgof" name="actr" rev="0.4.2">
<artifact name="actr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zakgof', module='actr', version='0.4.2')
)
libraryDependencies += "com.github.zakgof" % "actr" % "0.4.2"
[com.github.zakgof/actr "0.4.2"]