d

dtalk-cmd

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