h

hdwallet-signer

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