文件下载
文件名 操作
sfdx-7.183.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.sfdx</groupId>
  <artifactId>sfdx</artifactId>
  <version>7.183.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.sfdx:sfdx:7.183.1.0'
Gradle Kotlin
implementation("com.github.hazendaz.sfdx:sfdx:7.183.1.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.sfdx" % "sfdx" % "7.183.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.sfdx', module='sfdx', version='7.183.1.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.sfdx" name="sfdx" rev="7.183.1.0" />
Leiningen
[com.github.hazendaz.sfdx/sfdx "7.183.1.0"]
Apache Buildr
'com.github.hazendaz.sfdx:sfdx:jar:7.183.1.0'