arrow-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-test</artifactId> <version>0.10.4</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.arrow-kt</groupId> <artifactId>arrow-test</artifactId> <version>0.10.4</version> <name>Arrow-Test</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-optics</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-fx</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-mtl-data</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-free-data</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-recursion-data</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.3.50</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.kotlintest</groupId> <artifactId>kotlintest-runner-junit5</artifactId> <version>3.3.3</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.arrow-kt</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu</artifactId> <version>0.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>5.5.2</version> <scope>test</scope> </dependency> </dependencies> </project>