Maven Repository - POM file for MIME dispatch-mime_2.9.2 0.8.9 0.8.9

Summary

dispatch-mime.

Support for multipart MIME POSTs.

Declaration

Here is the list of declaration for dispatch-mime_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>dispatch-mime_2.9.2</artifactId>
   <version>0.8.9</version>
</dependency>

If you think this Maven repository POM file listing for dispatch-mime_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:LGPL v3
URL: http://www.gnu.org/licenses/lgpl.txt.

Depends on

The dispatch-mime_2.9.2-0.8.9 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
Scalascala-library 2.9.2
Standard library for the Scala Programming Language
518
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
Httphttpclient 4.1.3
HttpComponents Client (base module)
62
Httphttpmime 4.1.2
HttpComponents HttpClient - MIME coded entities
23
Logcommons-logging 1.1.1
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
1143




Packages

The following packages are defined in the dispatch-mime_2.9.2-0.8.9.jar

dispatch.classic.mime

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>dispatch-mime_2.9.2</artifactId>
    <packaging>jar</packaging>
    <description>Support for multipart MIME POSTs</description>
    <url>http://dispatch.databinder.net/</url>
    <version>0.8.9</version>
    <licenses>
        <license>
            <name>LGPL v3</name>
            <url>http://www.gnu.org/licenses/lgpl.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dispatch-mime</name>
    <organization>
        <name>net.databinder</name>
        <url>http://dispatch.databinder.net/</url>
    </organization>
    <scm>
        <url>git@github.com:dispatch/reboot.git</url>
        <connection>scm:git:git@github.com:dispatch/reboot.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-core_2.9.2</artifactId>
            <version>0.8.9</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>specs_2.9.1</artifactId>
            <version>1.6.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpmime</artifactId>
            <version>4.1.2</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.james</groupId>
            <artifactId>apache-mime4j-core</artifactId>
            <version>0.7.2</version>
        </dependency>
    </dependencies>
</project>