spray-routing.
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka.
Here is the list of declaration for spray-routing. 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-routing</artifactId> <version>1.3.1</version> </dependency>
If you think this Maven repository POM file listing for spray-routing is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The spray-routing-1.3.1 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.10.3 Standard library for the Scala Programming Language | 519 |
The following packages are defined in the spray-routing-1.3.1.jar
spray.routing spray.routing.authentication spray.routing.directives
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-routing</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.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>spray-routing</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>io.spray</groupId> <artifactId>spray-caching</artifactId> <version>1.3.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-can</artifactId> <version>1.3.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-http</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-httpx</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-util</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.3</version> </dependency> <dependency> <groupId>com.chuusai</groupId> <artifactId>shapeless_2.10</artifactId> <version>1.2.4</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-osgi_2.10</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> </dependencies> </project>