d

dtalk-cmd

implement cmd/task manager
Files download
File Operation
dtalk-cmd-0.6.9.jar download
dtalk-cmd-0.6.9.pom download
dtalk-cmd-0.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.l0km</groupId>
  <artifactId>dtalk-cmd</artifactId>
  <version>0.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.l0km:dtalk-cmd:0.6.9'
Gradle Kotlin
implementation("com.gitee.l0km:dtalk-cmd:0.6.9")
Scala SBT
libraryDependencies += "com.gitee.l0km" % "dtalk-cmd" % "0.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.l0km', module='dtalk-cmd', version='0.6.9')
)
Apache Ivy
<dependency org="com.gitee.l0km" name="dtalk-cmd" rev="0.6.9" />
Leiningen
[com.gitee.l0km/dtalk-cmd "0.6.9"]
Apache Buildr
'com.gitee.l0km:dtalk-cmd:jar:0.6.9'