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