keyple-interop-localreader-nfcmobile-kmp-lib-iosarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-interop-localreader-nfcmobile-kmp-lib-iosarm64</artifactId>
<version>0.1.6</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>org.eclipse.keyple</groupId>
<artifactId>keyple-interop-localreader-nfcmobile-kmp-lib-iosarm64</artifactId>
<version>0.1.6</version>
<packaging>klib</packaging>
<name>Keyple Interop Local Reader NFC Mobile Library</name>
<description>A Kotlin Multiplatform implementation enabling NFC card communications across Android and iOS</description>
<url>https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib</url>
<organization>
<name>Eclipse Keyple</name>
<url>https://keyple.org/</url>
</organization>
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Keyple Contributors</name>
<email>keyple-dev@eclipse.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib.git</connection>
<developerConnection>scm:git:https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib.git</developerConnection>
<url>https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib</url>
</scm>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib/actions</url>
</ciManagement>
<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-interop-jsonapi-client-kmp-lib-iosarm64</artifactId>
<version>0.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-iosarm64</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-iosarm64</artifactId>
<version>0.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-core-iosarm64</artifactId>
<version>1.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.aakira</groupId>
<artifactId>napier-iosarm64</artifactId>
<version>2.7.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>