hdwallet-bip44
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.provenance.hdwallet</groupId> <artifactId>hdwallet-bip44</artifactId> <version>0.1.15</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.provenance.hdwallet</groupId> <artifactId>hdwallet-bip44</artifactId> <version>0.1.15</version> <name>Provenance HDWallet Implementation</name> <description>A collection of libraries to facilitate HDWallet usage</description> <url>https://provenance.io</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>scirner22</id> <name>Stephen Cirner</name> <email>scirner@figure.com</email> </developer> <developer> <id>mtps</id> <name>Phil Story</name> <email>phil@figure.com</email> </developer> <developer> <id>jhorecny-figure</id> <name>Josh Horecny</name> <email>jhorecny@figure.com</email> </developer> <developer> <id>mwoods-figure</id> <name>Mike Woods</name> <email>mwoods@figure.com</email> </developer> </developers> <scm> <connection>git@github.com:provenance-io/hdwallet.git</connection> <developerConnection>git@github.com/provenance-io/hdwallet.git</developerConnection> <url>https://github.com/provenance-io/hdwallet</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.5.32</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.5.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.5.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.70</version> <scope>runtime</scope> </dependency> </dependencies> </project>