arrow-effects-kotlinx-coroutines-instances
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-effects-kotlinx-coroutines-instances</artifactId>
<version>0.8.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-effects-kotlinx-coroutines-instances</artifactId>
<version>0.8.2</version>
<name>Arrow-Effects-Kotlinx-Coroutines-Instances</name>
<description>Functional companion to Kotlin's Standard Library</description>
<url>https://github.com/arrow-kt/arrow/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>arrow-kt</id>
<name>The Arrow Authors</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/arrow-kt/arrow.git</connection>
<developerConnection>scm:git:ssh://git@github.com/arrow-kt/arrow.git</developerConnection>
<url>https://github.com/arrow-kt/arrow/</url>
</scm>
<dependencies>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-effects-kotlinx-coroutines</artifactId>
<version>0.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-annotations</artifactId>
<version>0.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-instances-data</artifactId>
<version>0.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest</artifactId>
<version>2.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-test</artifactId>
<version>0.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>