Last Version

taskmaster-core 2.0.0-beta-1

Task Master allows a Runnable task to be submitted for execution and returns a Future representing that task.

License

License

GroupId

GroupId

com.github.bordertech.taskmaster
ArtifactId

ArtifactId

taskmaster-core
Version

Version

2.0.0-beta-1
Type

Type

jar
Description

Description

taskmaster-core
Task Master allows a Runnable task to be submitted for execution and returns a Future representing that task.

Download taskmaster-core 2.0.0-beta-1


<!-- https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-core/ -->
<dependency>
    <groupId>com.github.bordertech.taskmaster</groupId>
    <artifactId>taskmaster-core</artifactId>
    <version>2.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-core/
implementation 'com.github.bordertech.taskmaster:taskmaster-core:2.0.0-beta-1'
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-core/
implementation ("com.github.bordertech.taskmaster:taskmaster-core:2.0.0-beta-1")
'com.github.bordertech.taskmaster:taskmaster-core:jar:2.0.0-beta-1'
<dependency org="com.github.bordertech.taskmaster" name="taskmaster-core" rev="2.0.0-beta-1">
  <artifact name="taskmaster-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.taskmaster', module='taskmaster-core', version='2.0.0-beta-1')
)
libraryDependencies += "com.github.bordertech.taskmaster" % "taskmaster-core" % "2.0.0-beta-1"
[com.github.bordertech.taskmaster/taskmaster-core "2.0.0-beta-1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.bordertech.taskmaster : taskmaster-cache-helper jar 2.0.0-beta-1
com.github.bordertech.taskmaster : taskmaster-servlet-tools jar 2.0.0-beta-1
com.github.bordertech.didums : didums-core jar 1.0.4

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (1)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar 5.5.0

Project Modules

There are no modules declared in this project.