MVN

com.gullerya : cluster-tasks-service

Maven & Gradle

Dec 24, 2019
2 stars

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

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

Latest Version

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

  • Latest Stable: 3.6

All Versions

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

Version Vulnerabilities Updated
3.6
cluster-tasks-service-3.6
3.5
cluster-tasks-service-3.5
3.4
cluster-tasks-service-3.4
3.3
cluster-tasks-service-3.3
3.2
cluster-tasks-service-3.2
3.1
cluster-tasks-service-3.1
3.0
cluster-tasks-service-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gullerya</groupId>
    <artifactId>cluster-tasks-service</artifactId>
    <version>3.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gullerya:cluster-tasks-service:3.6'

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

implementation("com.gullerya:cluster-tasks-service:3.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gullerya" % "cluster-tasks-service" % "3.6"

Advertisement