fi.jumi.actors:parent

Actor library for Java to support concurrency and asynchronous event-driven programming.

License

License

GroupId

GroupId

fi.jumi.actors
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.277
Release Date

Release Date

Type

Type

pom
Description

Description

Actor library for Java to support concurrency and asynchronous event-driven programming.
Project URL

Project URL

http://jumi.fi
Source Code Management

Source Code Management

https://github.com/orfjackal/jumi-actors

Download parent

Filename Size
parent-1.0.277.pom 17 KB
Browse

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

test (4)

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

Project Modules

There are no modules declared in this project.

Jumi Actors

Actor library for Java to support concurrency and asynchronous event-driven programming.

For more information see http://jumi.fi/actors.html

Versions

Version
1.0.277
1.0.270