h

hdwallet-ec

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