fearless-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.nova-wallet</groupId> <artifactId>fearless-utils</artifactId> <version>1.0.92</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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.github.nova-wallet</groupId> <artifactId>fearless-utils</artifactId> <version>1.0.92</version> <packaging>aar</packaging> <name>substrate-sdk-android</name> <description>library for interaction with substrate</description> <url>https://github.com/nova-wallet/substrate-sdk-android</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>valentun</id> <name>Valentun Sergeev</name> <email>valentun@novawallet.io</email> </developer> </developers> <scm> <connection>scm:svn:http://subversion.example.com/svn/project/trunk/</connection> <developerConnection>scm:svn:https://subversion.example.com/svn/project/trunk/</developerConnection> <url>http://subversion.example.com/svn/project/trunk/</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-android-extensions-runtime</artifactId> <version>1.4.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.madgag.spongycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.58.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.madgag.spongycastle</groupId> <artifactId>bcpg-jdk15on</artifactId> <version>1.58.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.i2p.crypto</groupId> <artifactId>eddsa</artifactId> <version>0.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.caverock</groupId> <artifactId>androidsvg-aar</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.novacrypto</groupId> <artifactId>BIP39</artifactId> <version>2019.01.27</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.novacrypto</groupId> <artifactId>securestring</artifactId> <version>2019.01.27</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.neovisionaries</groupId> <artifactId>nv-websocket-client</artifactId> <version>2.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.web3j</groupId> <artifactId>crypto</artifactId> <version>4.6.0-android</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.birt.runtime.3_7_1</groupId> <artifactId>org.apache.xerces</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.4.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>