It is there, you just have the wrong artifact ID. Try httpclient instead of httpcomponents-client.
Bill- On Tue, Jul 10, 2012 at 3:02 PM, Yarmolenko, Alex <[email protected]> wrote: > Hello, > > Could somebody from HTTP Components development team deploy jar files on > Apache Maven Central Repository, please? > It will greatly simplify use of HTTP Components in Maven projects. > Currently the pom file and artifact dependency for httpcomponents-client is > available only. > > http://search.maven.org/#artifactdetails%7Corg.apache.httpcomponents%7Chttpcomponents-client%7C4.2.1%7Cpom > > <dependency> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcomponents-client</artifactId> > <version>4.2.1</version> > </dependency> > > Thanks, > Alex Yarmolenko > > ---------------------------------------------------------------------- > This message and any attachments are intended only for the use of the > addressee and may contain information that is privileged and confidential. If > the reader of the message is not the intended recipient or an authorized > representative of the intended recipient, you are hereby notified that any > dissemination of this communication is strictly prohibited. If you have > received this communication in error, notify the sender immediately by return > email and delete the message and any attachments from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
