MVN

com.microfocus : cluster-tasks-service

Maven & Gradle

May 28, 2019

Cluster Tasks Service (CTS) · Tasks management, distribution and execution service, working in cluster aware fashion, providing queue-like functionality, embedded.

<dependency>
    <groupId>com.microfocus</groupId>
    <artifactId>cluster-tasks-service</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microfocus : cluster-tasks-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.microfocus : cluster-tasks-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
cluster-tasks-service-2.2
2.1
cluster-tasks-service-2.1
2.0
cluster-tasks-service-2.0
1.8
cluster-tasks-service-1.8
1.7
cluster-tasks-service-1.7
1.6
cluster-tasks-service-1.6
1.5
cluster-tasks-service-1.5
1.4.x
cluster-tasks-service-1.4.0

How to add a dependency to Maven

Add the following com.microfocus : cluster-tasks-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microfocus</groupId>
    <artifactId>cluster-tasks-service</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microfocus : cluster-tasks-service gradle dependency to your build.gradle file:

implementation 'com.microfocus:cluster-tasks-service:2.2'

Gradle Kotlin DSL: Add the following com.microfocus : cluster-tasks-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microfocus:cluster-tasks-service:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microfocus : cluster-tasks-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microfocus" % "cluster-tasks-service" % "2.2"