arrow-integration-retrofit-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-integration-retrofit-adapter</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-integration-retrofit-adapter</artifactId> <version>0.10.4</version> <name>Arrow-Integrations-Retrofit-Adapter</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-fx</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>io.arrow-kt</groupId> <artifactId>arrow-annotations</artifactId> <version>0.10.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu</artifactId> <version>0.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-test</artifactId> <version>0.10.4</version> <scope>test</scope> </dependency> <dependency> <groupId>io.kotlintest</groupId> <artifactId>kotlintest-runner-junit5</artifactId> <version>3.3.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.5.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>3.13.1</version> <scope>test</scope> </dependency> <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-fx-rx2</artifactId> <version>0.10.4</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>