t

task-tool

task-tool spring interface calls statistics tool
chenjh
Files download
File Operation
task-tool-2.6.jar download
task-tool-2.6.pom download
task-tool-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.org.opendfl</groupId>
  <artifactId>task-tool</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'cn.org.opendfl:task-tool:2.6'
Gradle Kotlin
implementation("cn.org.opendfl:task-tool:2.6")
Scala SBT
libraryDependencies += "cn.org.opendfl" % "task-tool" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='cn.org.opendfl', module='task-tool', version='2.6')
)
Apache Ivy
<dependency org="cn.org.opendfl" name="task-tool" rev="2.6" />
Leiningen
[cn.org.opendfl/task-tool "2.6"]
Apache Buildr
'cn.org.opendfl:task-tool:jar:2.6'