Maven Repository - POM file for Web Service spray-util 1.2.1 1.2.1

Summary

spray-util.

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-util. 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-util</artifactId>
   <version>1.2.1</version>
</dependency>

If you think this Maven repository POM file listing for spray-util 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-util-1.2.1 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
Scalascala-library 2.10.3
Standard library for the Scala Programming Language
519
Parserscala-reflect 2.10.3
Compiler for the Scala Programming Language
74

Depended by

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

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

Packages

The following packages are defined in the spray-util-1.2.1.jar

akka.spray
spray.util
spray.util.pimps

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-util</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.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>spray-util</name>
    <inceptionYear>2011</inceptionYear>
    <organization>
        <name>io.spray</name>
        <url>http://spray.io</url>
    </organization>
    <scm>
        <url>git://github.com/spray/spray.git</url>
        <connection>scm:git:git@github.com:spray/spray.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-osgi_2.10</artifactId>
            <version>2.2.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.10.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.10</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.10</artifactId>
            <version>2.3.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>