shaded-asynchttpclient
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.eed3si9n</groupId> <artifactId>shaded-asynchttpclient</artifactId> <version>0.3.1</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.eed3si9n</groupId> <artifactId>shaded-asynchttpclient</artifactId> <packaging>jar</packaging> <description>An HTTP client for Scala with Async Http Client underneath.</description> <url>https://github.com/eed3si9n/gigahorse</url> <version>0.3.1</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>shaded-asynchttpclient</name> <organization> <name>eed3si9n</name> <url>http://eed3si9n.com/</url> </organization> <scm> <url>https://github.com/eed3si9n/gigahorse</url> <connection>git@github.com:eed3si9n/gigahorse.git</connection> </scm> <developers> <developer> <id>eed3si9n</id> <name>Eugene Yokota</name> <email>@eed3si9n</email> <url>https://github.com/eed3si9n</url> </developer> </developers> </project>