shared
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.suresh.kmp</groupId> <artifactId>shared</artifactId> <version>0.15.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>dev.suresh.kmp</groupId> <artifactId>shared</artifactId> <version>0.15.0</version> <name>dev.suresh.kmp:shared</name> <description>Shared common module for all projects</description> <url>https://github.com/sureshg/kotlin-mpp-playground</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>sureshg</name> <email>email@suresh.dev</email> <organization>suresh.dev</organization> <organizationUrl>https://suresh.dev</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/sureshg/kotlin-mpp-playground.git</connection> <developerConnection>scm:git:https://github.com/sureshg/kotlin-mpp-playground.git</developerConnection> <url>https://github.com/sureshg/kotlin-mpp-playground</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>2.0.20-Beta2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-bom</artifactId> <version>1.8.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-bom</artifactId> <version>1.7.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-bom</artifactId> <version>3.0.0-beta-1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin-wrappers</groupId> <artifactId>kotlin-wrappers-bom</artifactId> <version>1.0.0-pre.773</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime</artifactId> <version>0.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-core</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-io</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-collections-immutable</artifactId> <version>0.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.zacsweers.redacted</groupId> <artifactId>redacted-compiler-plugin-annotations</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.michael-bull.kotlin-retry</groupId> <artifactId>kotlin-retry</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.oshai</groupId> <artifactId>kotlin-logging</artifactId> <version>7.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-html</artifactId> <version>0.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ajalt.mordant</groupId> <artifactId>mordant</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ajalt.mordant</groupId> <artifactId>mordant-coroutines</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ajalt.colormath</groupId> <artifactId>colormath</artifactId> <version>3.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ajalt.clikt</groupId> <artifactId>clikt</artifactId> <version>4.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.eygraber</groupId> <artifactId>jsonpathkt-kotlinx</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.whyoleg.cryptography</groupId> <artifactId>cryptography-core</artifactId> <version>0.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.whyoleg.cryptography</groupId> <artifactId>cryptography-random</artifactId> <version>0.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.ionspin.kotlin</groupId> <artifactId>bignum</artifactId> <version>0.3.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json</artifactId> <version>3.0.0-beta-1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.eygraber</groupId> <artifactId>uri-kmp</artifactId> <version>0.0.18</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.benasher44</groupId> <artifactId>uuid</artifactId> <version>0.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>markdown</artifactId> <version>0.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.cketti.unicode</groupId> <artifactId>kotlin-codepoints-deluxe</artifactId> <version>0.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.russhwolf</groupId> <artifactId>multiplatform-settings</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.20-Beta2</version> <scope>runtime</scope> </dependency> </dependencies> </project>