MVN

org.icij.datashare : datashare-tasks

Maven & Gradle

Jun 03, 2024
563 stars

datashare-tasks · Datashare asynchronous task execution library

<dependency>
    <groupId>org.icij.datashare</groupId>
    <artifactId>datashare-tasks</artifactId>
    <version>15.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.icij.datashare : datashare-tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.1.6

All Versions

Choose a version of org.icij.datashare : datashare-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.1.x
datashare-tasks-15.1.6

How to add a dependency to Maven

Add the following org.icij.datashare : datashare-tasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.icij.datashare</groupId>
    <artifactId>datashare-tasks</artifactId>
    <version>15.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.icij.datashare : datashare-tasks gradle dependency to your build.gradle file:

implementation 'org.icij.datashare:datashare-tasks:15.1.6'

Gradle Kotlin DSL: Add the following org.icij.datashare : datashare-tasks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.icij.datashare:datashare-tasks:15.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.icij.datashare : datashare-tasks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.icij.datashare" % "datashare-tasks" % "15.1.6"