MVN

io.coodoo : workhorse

Maven & Gradle

Jun 08, 2021
7 stars

Workhorse · Java EE Job Engine for background jobs and business critical tasks

<dependency>
    <groupId>io.coodoo</groupId>
    <artifactId>workhorse</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.coodoo : workhorse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of io.coodoo : workhorse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
workhorse-1.5.1
workhorse-1.5.0
1.4.x
workhorse-1.4.0
1.3.x
workhorse-1.3.1
workhorse-1.3.0
1.2.x
workhorse-1.2.1
workhorse-1.2.0
1.1.x
workhorse-1.1.2
workhorse-1.1.1
workhorse-1.1.0
1.0.x
workhorse-1.0.0

How to add a dependency to Maven

Add the following io.coodoo : workhorse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.coodoo</groupId>
    <artifactId>workhorse</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.coodoo : workhorse gradle dependency to your build.gradle file:

implementation 'io.coodoo:workhorse:1.5.1'

Gradle Kotlin DSL: Add the following io.coodoo : workhorse gradle kotlin dependency to your build.gradle.kts file:

implementation("io.coodoo:workhorse:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.coodoo : workhorse sbt scala dependency to your build.sbt file:

libraryDependencies += "io.coodoo" % "workhorse" % "1.5.1"

Advertisement