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