c

cmd

Utils for access to the command line.
文件下载
文件名 操作
cmd-8.1.1.jar 下载
cmd-8.1.1.pom 下载
cmd-8.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cedarsoft.commons</groupId>
  <artifactId>cmd</artifactId>
  <version>8.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft.commons:cmd:8.1.1'
Gradle Kotlin
implementation("com.cedarsoft.commons:cmd:8.1.1")
Scala SBT
libraryDependencies += "com.cedarsoft.commons" % "cmd" % "8.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft.commons', module='cmd', version='8.1.1')
)
Apache Ivy
<dependency org="com.cedarsoft.commons" name="cmd" rev="8.1.1" />
Leiningen
[com.cedarsoft.commons/cmd "8.1.1"]
Apache Buildr
'com.cedarsoft.commons:cmd:jar:8.1.1'