keyple-interop-jsonapi-client-kmp-lib-iossimulatorarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.keyple</groupId> <artifactId>keyple-interop-jsonapi-client-kmp-lib-iossimulatorarm64</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-jsonapi-client-kmp-lib-iossimulatorarm64</artifactId> <version>0.1.6</version> <packaging>klib</packaging> <name>Keyple Interop Json API Client Library</name> <description>A Kotlin Multiplatform implementation enabling distributed remote client communications across Android, iOS and desktop platforms</description> <url>https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-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-jsonapi-client-kmp-lib.git</connection> <developerConnection>scm:git:https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-kmp-lib.git</developerConnection> <url>https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-kmp-lib</url> </scm> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-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.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-iossimulatorarm64</artifactId> <version>1.9.0</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>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core-iossimulatorarm64</artifactId> <version>1.7.3</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>io.github.aakira</groupId> <artifactId>napier-iossimulatorarm64</artifactId> <version>2.7.1</version> <scope>compile</scope> </dependency> </dependencies> </project>