foundation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.walletconnect</groupId>
<artifactId>foundation</artifactId>
<version>1.18.4</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>com.walletconnect</groupId>
<artifactId>foundation</artifactId>
<version>1.18.4</version>
<name>WalletConnect Foundation</name>
<description>Foundation SDK for WalletConnect</description>
<url>https://github.com/WalletConnect/WalletConnectKotlinV2</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>SQLCipher Community Edition</name>
<url>https://www.zetetic.net/sqlcipher/license/</url>
</license>
</licenses>
<developers>
<developer>
<id>KotlinSDKTeam</id>
<name>WalletConnect Kotlin</name>
<email>Kotlin@WalletConnect.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/WalletConnect/WalletConnectKotlinV2.git</connection>
<developerConnection>scm:git:ssh://github.com/WalletConnect/WalletConnectKotlinV2.git</developerConnection>
<url>https://github.com/WalletConnect/WalletConnectKotlinV2</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-bom</artifactId>
<version>4.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.walletconnect.Scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.walletconnect.Scarlet</groupId>
<artifactId>websocket-okhttp</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.walletconnect.Scarlet</groupId>
<artifactId>stream-adapter-coroutines</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.walletconnect.Scarlet</groupId>
<artifactId>message-adapter-moshi</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-adapters</artifactId>
<version>1.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-kotlin</artifactId>
<version>1.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multibase</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.24</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core-jvm</artifactId>
<version>3.5.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>