h

hdwallet-common

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