Maven Repository - POM file for Asynchronous unfiltered-netty-server_2.10 0.7.1 0.7.1

Summary

unfiltered-netty-server.

Netty server embedding module.

Declaration

Here is the list of declaration for unfiltered-netty-server_2.10. 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-netty-server_2.10</artifactId>
   <version>0.7.1</version>
</dependency>

If you think this Maven repository POM file listing for unfiltered-netty-server_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
URL: http://www.opensource.org/licenses/MIT.

Depended by

The following table lists the most popular artifacts which are depending on unfiltered-netty-server_2.10-0.7.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Virtual Machinepact-jvm-provider_2.10 2.0.5
Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its...
5
Virtual Machinepact-jvm-provider_2.10 2.0.6
Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its...
5
Testingpact-jvm-consumer_2.10 2.0.1
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple...
6
Testingpact-jvm-consumer_2.10 2.0.3
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple...
5
Virtual Machinepact-jvm-provider_2.10 2.0.4
Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its...
5
Testingpact-jvm-consumer_2.10 2.0.5
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple...
5
Testingpact-jvm-consumer_2.10 2.0.2
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple...
6
Testingpact-jvm-consumer_2.10 2.0.4
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple...
5




Packages

The following packages are defined in the unfiltered-netty-server_2.10-0.7.1.jar

unfiltered.netty
unfiltered.netty.resources

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-netty-server_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Netty server embedding module</description>
    <url>http://unfiltered.databinder.net/</url>
    <version>0.7.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>unfiltered-netty-server</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-netty_2.10</artifactId>
            <version>0.7.1</version>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>unfiltered-util_2.10</artifactId>
            <version>0.7.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>specs_2.10</artifactId>
            <version>1.6.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-mime_2.10</artifactId>
            <version>0.8.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-http_2.10</artifactId>
            <version>0.8.9</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>