Maven Repository - POM file for Servlet unfiltered-filter_2.9.2 0.6.7 0.6.7

Summary

unfiltered-filter.

Server binding for Java Servlet filters.

Declaration

Here is the list of declaration for unfiltered-filter_2.9.2. 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-filter_2.9.2</artifactId>
   <version>0.6.7</version>
</dependency>

If you think this Maven repository POM file listing for unfiltered-filter_2.9.2 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-filter_2.9.2-0.6.7 has 3 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.9.2
Standard library for the Scala Programming Language
518




Packages

The following packages are defined in the unfiltered-filter_2.9.2-0.6.7.jar

unfiltered.filter
unfiltered.filter.request

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-filter_2.9.2</artifactId>
    <packaging>jar</packaging>
    <description>Server binding for Java Servlet filters</description>
    <url>http://unfiltered.databinder.net/</url>
    <version>0.6.7</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>unfiltered-filter</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_2.9.2</artifactId>
            <version>0.6.7</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.2</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.3</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>