MVN

org.evolvis.tartools : background-jobs

Maven & Gradle

Apr 20, 2022
1 usages

org.evolvis.tartools:background-jobs · Background-Jobs

<dependency>
    <groupId>org.evolvis.tartools</groupId>
    <artifactId>background-jobs</artifactId>
    <version>1.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.evolvis.tartools : background-jobs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27

All Versions

Choose a version of org.evolvis.tartools : background-jobs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27
background-jobs-1.27
1.26
background-jobs-1.26
1.25
background-jobs-1.25
1.24
background-jobs-1.24
1.23
background-jobs-1.23
1.20
background-jobs-1.20
1.19
background-jobs-1.19
1.18
background-jobs-1.18

How to add a dependency to Maven

Add the following org.evolvis.tartools : background-jobs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.evolvis.tartools</groupId>
    <artifactId>background-jobs</artifactId>
    <version>1.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.evolvis.tartools : background-jobs gradle dependency to your build.gradle file:

implementation 'org.evolvis.tartools:background-jobs:1.27'

Gradle Kotlin DSL: Add the following org.evolvis.tartools : background-jobs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.evolvis.tartools:background-jobs:1.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.evolvis.tartools : background-jobs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.evolvis.tartools" % "background-jobs" % "1.27"

Advertisement