Jumi Actors
Actor library for Java to support concurrency and asynchronous event-driven programming.
For more information see http://jumi.fi/actors.html
| License |
License |
|---|---|
| GroupId | GroupIdfi.jumi.actors |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0.277 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionActor library for Java to support concurrency and asynchronous event-driven programming.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-1.0.277.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fi.jumi.actors/parent/ -->
<dependency>
<groupId>fi.jumi.actors</groupId>
<artifactId>parent</artifactId>
<version>1.0.277</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fi.jumi.actors/parent/
implementation 'fi.jumi.actors:parent:1.0.277'
// https://jarcasting.com/artifacts/fi.jumi.actors/parent/
implementation ("fi.jumi.actors:parent:1.0.277")
'fi.jumi.actors:parent:pom:1.0.277'
<dependency org="fi.jumi.actors" name="parent" rev="1.0.277">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fi.jumi.actors', module='parent', version='1.0.277')
)
libraryDependencies += "fi.jumi.actors" % "parent" % "1.0.277"
[fi.jumi.actors/parent "1.0.277"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
Actor library for Java to support concurrency and asynchronous event-driven programming.
For more information see http://jumi.fi/actors.html