Maven Repository - POM file for Jetty unfiltered-jetty_2.10 0.7.0 0.7.0

Summary

unfiltered-jetty.

Jetty server embedding module.

Declaration

Here is the list of declaration for unfiltered-jetty_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-jetty_2.10</artifactId>
   <version>0.7.0</version>
</dependency>

If you think this Maven repository POM file listing for unfiltered-jetty_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.

Packages

The following packages are defined in the unfiltered-jetty_2.10-0.7.0.jar

unfiltered.jetty




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-jetty_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Jetty server embedding module</description>
    <url>http://unfiltered.databinder.net/</url>
    <version>0.7.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>unfiltered-jetty</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-util_2.10</artifactId>
            <version>0.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
            <version>7.6.9.v20130131</version>
        </dependency>
    </dependencies>
</project>