h

hdwallet-signer

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