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