kotlin-result-coroutines-iosx64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.michael-bull.kotlin-result</groupId> <artifactId>kotlin-result-coroutines-iosx64</artifactId> <version>2.0.1</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.michael-bull.kotlin-result</groupId> <artifactId>kotlin-result-coroutines-iosx64</artifactId> <version>2.0.1</version> <packaging>klib</packaging> <name>kotlin-result-coroutines</name> <description>Extensions for using kotlin-result with kotlinx-coroutines.</description> <url>https://github.com/michaelbull/kotlin-result</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>ISC License</name> <url>https://opensource.org/licenses/isc-license.txt</url> </license> </licenses> <developers> <developer> <name>Michael Bull</name> <url>https://www.michael-bull.com</url> </developer> </developers> <contributors> <contributor> <name>Kevin Herron</name> <url>https://github.com/kevinherron</url> </contributor> <contributor> <name>Markus Padourek</name> <url>https://github.com/Globegitter</url> </contributor> <contributor> <name>Tristan Hamilton</name> <url>https://github.com/Munzey</url> </contributor> <contributor> <name>Joseph Van der Wee</name> <url>https://github.com/jvanderwee</url> </contributor> <contributor> <name>Gregory Inouye</name> <url>https://github.com/gregoryinouye</url> </contributor> <contributor> <name>Thomas Oddsund</name> <url>https://github.com/oddsund</url> </contributor> <contributor> <name>Jan Müller</name> <url>https://github.com/DerYeger</url> </contributor> <contributor> <name>avently</name> <url>https://github.com/avently</url> </contributor> <contributor> <name>gsteckman</name> <url>https://github.com/gsteckman</url> </contributor> <contributor> <name>Mathias Guelton</name> <url>https://github.com/mguelton</url> </contributor> <contributor> <name>Jordan Bergin</name> <url>https://github.com/MrBergin</url> </contributor> <contributor> <name>Pablo Gonzalez Alonso</name> <url>https://pablisco.com/</url> </contributor> <contributor> <name>Joseph Cooper</name> <url>https://grodin.github.io/</url> </contributor> <contributor> <name>Sebastian Kappen</name> <url>https://github.com/Nimelrian</url> </contributor> <contributor> <name>Dmitry Suzdalev</name> <url>https://github.com/dimsuz</url> </contributor> <contributor> <name>Berik Visschers</name> <url>https://visschers.nu/</url> </contributor> <contributor> <name>Matthew Nelson</name> <url>https://matthewnelson.io/</url> </contributor> <contributor> <name>Matthias Geisler</name> <url>https://github.com/bitPogo</url> </contributor> <contributor> <name>Kirill Zhukov</name> <url>https://github.com/kirillzh</url> </contributor> <contributor> <name>Peter Cunderlik</name> <url>https://github.com/peter-cunderlik-kmed</url> </contributor> <contributor> <name>YuitoSato</name> <url>https://github.com/YuitoSato</url> </contributor> <contributor> <name>Dmitry Bock</name> <url>https://github.com/Jhabkin</url> </contributor> <contributor> <name>Eichisanden</name> <url>https://blog.a-1.dev/</url> </contributor> <contributor> <name>Ryoko Hirai</name> <url>https://github.com/rhirai-line</url> </contributor> <contributor> <name>Hoang Chung</name> <url>https://github.com/hoangchungk53qx1</url> </contributor> <contributor> <name>Daiji</name> <url>https://daiji256.github.io/</url> </contributor> <contributor> <name>Yusuke Katsuragawa</name> <url>https://kaleidot.net/</url> </contributor> </contributors> <scm> <connection>scm:git:https://github.com/michaelbull/kotlin-result</connection> <developerConnection>scm:git:git@github.com:michaelbull/kotlin-result.git</developerConnection> <url>https://github.com/michaelbull/kotlin-result</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/michaelbull/kotlin-result/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/michaelbull/kotlin-result/actions</url> </ciManagement> <dependencies> <dependency> <groupId>com.michael-bull.kotlin-result</groupId> <artifactId>kotlin-result-iosx64</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-iosx64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> </dependencies> </project>