async-http-client-backend_0.27
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.softwaremill.sttp.client3</groupId> <artifactId>async-http-client-backend_0.27</artifactId> <version>3.0.0-RC11</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.softwaremill.sttp.client3</groupId> <artifactId>async-http-client-backend_0.27</artifactId> <packaging>jar</packaging> <description>async-http-client-backend</description> <url>http://softwaremill.com/open-source</url> <version>3.0.0-RC11</version> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>async-http-client-backend</name> <organization> <name>com.softwaremill.sttp.client3</name> <url>https://softwaremill.com</url> </organization> <scm> <url>https://github.com/softwaremill/sttp</url> <connection>scm:git@github.com:softwaremill/sttp.git</connection> </scm> <developers> <developer> <id>softwaremill</id> <name>SoftwareMill</name> <url>https://softwaremill.com</url> <email>info@softwaremill.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.softwaremill.sttp.client3</groupId> <artifactId>core_0.27</artifactId> <version>3.0.0-RC11</version> </dependency> <dependency> <groupId>ch.epfl.lamp</groupId> <artifactId>dotty-library_0.27</artifactId> <version>0.27.0-RC1</version> </dependency> <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> <version>2.12.1</version> </dependency> </dependencies> </project>