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