Maven Repository - POM file for Web Service spray-http 1.2.0 1.2.0

Summary

spray-http.

A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka.

Declaration

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

<dependency>
   <groupId>io.spray</groupId>
   <artifactId>spray-http</artifactId>
   <version>1.2.0</version>
</dependency>

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

License

Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The spray-http-1.2.0 has 5 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
Web Servicespray-util 1.2.0
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
9
Scalascala-library 2.10.3
Standard library for the Scala Programming Language
519
Scalaparboiled-scala_2.10 1.1.6
Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful
9

Depended by

The following table lists the most popular artifacts which are depending on spray-http-1.2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicespray-client 1.2.0
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
10

Packages

The following packages are defined in the spray-http-1.2.0.jar

spray.http
spray.http.parser

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>io.spray</groupId>
    <artifactId>spray-http</artifactId>
    <packaging>bundle</packaging>
    <description>A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka</description>
    <url>http://spray.io</url>
    <version>1.2.0</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>spray-http</name>
    <inceptionYear>2011</inceptionYear>
    <organization>
        <name>io.spray</name>
        <url>http://spray.io</url>
    </organization>
    <dependencies>
        <dependency>
            <groupId>io.spray</groupId>
            <artifactId>spray-util</artifactId>
            <version>1.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>org.parboiled</groupId>
            <artifactId>parboiled-scala_2.10</artifactId>
            <version>1.1.6</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-osgi_2.10</artifactId>
            <version>2.2.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.10</artifactId>
            <version>2.2.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <scm>
       <url>git://github.com/spray/spray.git</url>
       <connection>scm:git:git@github.com:spray/spray.git</connection>
    </scm>
    
</project>