io.imast:work4j-execution

A set of APIs for definition of executable units

License

License

GroupId

GroupId

io.imast
ArtifactId

ArtifactId

work4j-execution
Last Version

Last Version

0.0.1.RC2
Release Date

Release Date

Type

Type

jar
Description

Description

io.imast:work4j-execution
A set of APIs for definition of executable units
Source Code Management

Source Code Management

https://github.com/imastio/work4j/tree/main/work4j-execution

Download work4j-execution

How to add to project

<!-- https://jarcasting.com/artifacts/io.imast/work4j-execution/ -->
<dependency>
    <groupId>io.imast</groupId>
    <artifactId>work4j-execution</artifactId>
    <version>0.0.1.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.imast/work4j-execution/
implementation 'io.imast:work4j-execution:0.0.1.RC2'
// https://jarcasting.com/artifacts/io.imast/work4j-execution/
implementation ("io.imast:work4j-execution:0.0.1.RC2")
'io.imast:work4j-execution:jar:0.0.1.RC2'
<dependency org="io.imast" name="work4j-execution" rev="0.0.1.RC2">
  <artifact name="work4j-execution" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.imast', module='work4j-execution', version='0.0.1.RC2')
)
libraryDependencies += "io.imast" % "work4j-execution" % "0.0.1.RC2"
[io.imast/work4j-execution "0.0.1.RC2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.imast : work4j-model jar 0.0.1.RC2

Project Modules

There are no modules declared in this project.

Work4j

Work4j is an open-source library to create distributed, highly available job scheduler.

javadoc javadoc

Using Work4j with Maven

Building a Scheduler Applicatin

<dependency>
  <groupId>io.imast</groupId>
  <artifactId>work4j-controller</artifactId>
  <version>0.0.1.RC2</version>
</dependency>

Building a Worker application

<dependency>
  <groupId>io.imast</groupId>
  <artifactId>work4j-worker</artifactId>
  <version>0.0.1.RC2</version>
</dependency>

For more details check out the Wiki page.

io.imast

Imast Laboratories

Versions

Version
0.0.1.RC2