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