Maven Repository - POM file for Testing unfiltered-spec_2.9.1 0.6.1 0.6.1

Summary

unfiltered-spec.

Facilitates testing Unfiltered servers with Specs.

Declaration

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

<dependency>
   <groupId>net.databinder</groupId>
   <artifactId>unfiltered-spec_2.9.1</artifactId>
   <version>0.6.1</version>
</dependency>

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

License

Name:MIT
URL: http://www.opensource.org/licenses/MIT.

Depends on

The unfiltered-spec_2.9.1-0.6.1 has 7 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
Servletunfiltered-filter_2.9.1 0.6.1
Server binding for Java Servlet filters
16
Jettyunfiltered-jetty_2.9.1 0.6.1
Jetty server embedding module
16
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
MIMEdispatch-mime_2.9.1 0.8.8
Support for multipart MIME POSTs
6
Httpdispatch-http_2.9.1 0.8.8
Standard HTTP executor, uses Apache DefaultHttpClient
6




Packages

The following packages are defined in the unfiltered-spec_2.9.1-0.6.1.jar

unfiltered.spec
unfiltered.spec.jetty
unfiltered.spec.netty

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>net.databinder</groupId>
    <artifactId>unfiltered-spec_2.9.1</artifactId>
    <packaging>jar</packaging>
    <description>Facilitates testing Unfiltered servers with Specs</description>
    <url>http://unfiltered.databinder.net/</url>
    <version>0.6.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>unfiltered-spec</name>
    <organization>
        <name>net.databinder</name>
        <url>http://unfiltered.databinder.net/</url>
    </organization>
    <scm>
        <url>git@github.com:unfiltered/unfiltered.git</url>
        <connection>scm:git:git@github.com:unfiltered/unfiltered.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>unfiltered-filter_2.9.1</artifactId>
            <version>0.6.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>unfiltered-jetty_2.9.1</artifactId>
            <version>0.6.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>unfiltered-netty-server_2.9.1</artifactId>
            <version>0.6.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>specs_2.9.1</artifactId>
            <version>1.6.9</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-mime_2.9.1</artifactId>
            <version>0.8.8</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-http_2.9.1</artifactId>
            <version>0.8.8</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>ScalaToolsMaven2Repository</id>
            <name>Scala-Tools Maven2 Repository</name>
            <url>http://scala-tools.org/repo-releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>