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