h

hdwallet-bech32

A collection of libraries to facilitate HDWallet usage
https://provenance.io
The Apache License, Version 2.0
Stephen Cirner
Files download
File Operation
hdwallet-bech32-0.1.12.jar download
hdwallet-bech32-0.1.12.pom download
hdwallet-bech32-0.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>io.provenance.hdwallet</groupId>
  <artifactId>hdwallet-bech32</artifactId>
  <version>0.1.12</version>
</dependency>
Gradle Groovy
implementation 'io.provenance.hdwallet:hdwallet-bech32:0.1.12'
Gradle Kotlin
implementation("io.provenance.hdwallet:hdwallet-bech32:0.1.12")
Scala SBT
libraryDependencies += "io.provenance.hdwallet" % "hdwallet-bech32" % "0.1.12"
Groovy Grape
@Grapes(
  @Grab(group='io.provenance.hdwallet', module='hdwallet-bech32', version='0.1.12')
)
Apache Ivy
<dependency org="io.provenance.hdwallet" name="hdwallet-bech32" rev="0.1.12" />
Leiningen
[io.provenance.hdwallet/hdwallet-bech32 "0.1.12"]
Apache Buildr
'io.provenance.hdwallet:hdwallet-bech32:jar:0.1.12'