muppet-iosSimulatorArm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>financial.atomic</groupId>
<artifactId>muppet-iosSimulatorArm64</artifactId>
<version>0.0.0-alpha44</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>financial.atomic</groupId>
<artifactId>muppet-iosSimulatorArm64</artifactId>
<version>0.0.0-alpha44</version>
<packaging>klib</packaging>
<name>muppet</name>
<description>Atomic Financial Muppet SDK</description>
<url>https://docs.atomicfi.com/reference/transact-sdk#libraries__kotlin</url>
<licenses>
<license>
<name>Proprietary</name>
<url>https://github.com/atomicfi/muppet-ios-public/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<organization>Atomic Fi, Inc</organization>
<organizationUrl>https://atomic.financial</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/atomicfi/muppet.git</connection>
<developerConnection>scm:git:ssh://github.com/atomicfi/muppet.git</developerConnection>
<url>https://github.com/atomicfi/muppet/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-darwin-iossimulatorarm64</artifactId>
<version>3.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-iossimulatorarm64</artifactId>
<version>1.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-iossimulatorarm64</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-iossimulatorarm64</artifactId>
<version>0.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-iossimulatorarm64</artifactId>
<version>3.2.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>