MVN

cn.org.opendfl : task-tool-web

Maven & Gradle

May 19, 2023
68.2k stars

task-tool-web · springboot mq tool web

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

Latest Version

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

  • Latest Stable: 2.2

All Versions

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

Version Vulnerabilities Updated
2.2
task-tool-web-2.2
2.1
task-tool-web-2.1
2.0
task-tool-web-2.0
1.1
task-tool-web-1.1
1.0
task-tool-web-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'cn.org.opendfl:task-tool-web:2.2'

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

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

How to add a dependency to SBT Scala

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

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