Velai Threads for Java

Framework to simplify the task of writing and executing threads in Java. The developer writes a Callable with annotations. The executor returns an extended Future with built-in support for cancelling, pausing, calculating progress, and much more.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.velai
ArtifactId

ArtifactId

velai
Last Version

Last Version

0.9.4
Release Date

Release Date

Type

Type

jar
Description

Description

Velai Threads for Java
Framework to simplify the task of writing and executing threads in Java. The developer writes a Callable with annotations. The executor returns an extended Future with built-in support for cancelling, pausing, calculating progress, and much more.
Project URL

Project URL

http://sourceforge.net/projects/velai/
Source Code Management

Source Code Management

http://svn.code.sf.net/p/velai/code/tags/velai-0.9.4

Download velai

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.4