MVN

cn.org.opendfl : task-tool

Maven & Gradle

May 19, 2023
3 stars

task-tool · task-tool spring interface calls statistics tool

<dependency>
    <groupId>cn.org.opendfl</groupId>
    <artifactId>task-tool</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.org.opendfl : task-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of cn.org.opendfl : task-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
task-tool-2.3
2.2
task-tool-2.2
2.1
task-tool-2.1
2.0
task-tool-2.0
1.10
task-tool-1.10
1.9
task-tool-1.9
1.8
task-tool-1.8
1.7
task-tool-1.7
1.6
task-tool-1.6
1.4
task-tool-1.4
1.3
task-tool-1.3
1.2
task-tool-1.2
1.1
task-tool-1.1
1
task-tool-1

How to add a dependency to Maven

Add the following cn.org.opendfl : task-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.org.opendfl</groupId>
    <artifactId>task-tool</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.org.opendfl : task-tool gradle dependency to your build.gradle file:

implementation 'cn.org.opendfl:task-tool:2.3'

Gradle Kotlin DSL: Add the following cn.org.opendfl : task-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.org.opendfl:task-tool:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.org.opendfl : task-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.org.opendfl" % "task-tool" % "2.3"