Maven Repository - POM file for Http httpz_2.10 0.2.11-scalaz70 0.2.11-scalaz70

Summary

httpz.

purely functional http client.

Declaration

Here is the list of declaration for httpz_2.10. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.xuwei-k</groupId>
   <artifactId>httpz_2.10</artifactId>
   <version>0.2.11-scalaz70</version>
</dependency>

If you think this Maven repository POM file listing for httpz_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.

Depends on

The httpz_2.10-0.2.11-scalaz70 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.10.4
Standard library for the Scala Programming Language
1091




POM File Source

Here is the content of the POM file.

<?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.github.xuwei-k</groupId>
    <artifactId>httpz_2.10</artifactId>
    <packaging>jar</packaging>
    <description>purely functional http client</description>
    <url>https://github.com/xuwei-k/httpz</url>
    <version>0.2.11-scalaz70</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>httpz</name>
    <organization>
        <name>com.github.xuwei-k</name>
        <url>https://github.com/xuwei-k/httpz</url>
    </organization>
    
    <scm>
        <url>git@github.com:xuwei-k/httpz.git</url>
        <connection>scm:git:git@github.com:xuwei-k/httpz.git</connection>
        <tag>v0.2.11-scalaz70</tag>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalaz</groupId>
            <artifactId>scalaz-concurrent_2.10</artifactId>
            <version>7.0.6</version>
        </dependency>
        <dependency>
            <groupId>io.argonaut</groupId>
            <artifactId>argonaut_2.10</artifactId>
            <version>6.0.4</version>
        </dependency>
    </dependencies>
</project>