Maven Repository - POM file for Web Framework scalatra_2.10 2.2.2 2.2.2

Summary

scalatra.

The core Scalatra framework.

Declaration

Here is the list of declaration for scalatra_2.10. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.scalatra</groupId>
   <artifactId>scalatra_2.10</artifactId>
   <version>2.2.2</version>
</dependency>

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

License

Name:BSD
URL: http://github.com/scalatra/scalatra/raw/HEAD/LICENSE.

Depends on

The scalatra_2.10-2.2.2 has 14 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.10.0
Standard library for the Scala Programming Language
435
Jettyjavax.servlet 3.0.0.v201112011016
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
25
Logslf4j-api 1.7.5
The slf4j API
610
Loggrizzled-slf4j_2.10 1.0.1
A Scala-friendly wrapper for the SLF4J logging framework
10
MIMEmime-util 2.1.3
mime-util is a simple to use, small, light weight and fast open source java utility library that can detect MIME types from files, input streams, URL's and byte arrays. Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4.
9
Java Libraryjoda-time 2.2
Date and time library to replace JDK date handling
116
Data Structurejoda-convert 1.2
Library to convert Objects to and from String
198




Depended by

The following table lists the most popular artifacts which are depending on scalatra_2.10-2.2.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkscalatra-auth_2.10 2.2.2
Scalatra authentication module
15

Packages

The following packages are defined in the scalatra_2.10-2.2.2.jar

org.scalatra
org.scalatra.akka
org.scalatra.i18n
org.scalatra.servlet
org.scalatra.util
org.scalatra.util.conversion
org.scalatra.util.io

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>org.scalatra</groupId>
    <artifactId>scalatra_2.10</artifactId>
    <packaging>jar</packaging>
    <description>The core Scalatra framework</description>
    <url>http://www.scalatra.org/</url>
    <version>2.2.2</version>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://github.com/scalatra/scalatra/raw/HEAD/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalatra</name>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>org.scalatra</name>
        <url>http://www.scalatra.org/</url>
    </organization>
    <scm>
        <url>http://github.com/scalatra/scalatra</url>
        <connection>scm:git:git://github.com/scalatra/scalatra.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra-specs2_2.10</artifactId>
            <version>2.2.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra-scalatest_2.10</artifactId>
            <version>2.2.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra-common_2.10</artifactId>
            <version>2.2.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty.orbit</groupId>
            <artifactId>javax.servlet</artifactId>
            <version>3.0.0.v201112011016</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.5</version>
        </dependency>
        <dependency>
            <groupId>org.clapper</groupId>
            <artifactId>grizzled-slf4j_2.10</artifactId>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatra.rl</groupId>
            <artifactId>rl_2.10</artifactId>
            <version>0.4.4</version>
        </dependency>
        <dependency>
            <groupId>com.googlecode.juniversalchardet</groupId>
            <artifactId>juniversalchardet</artifactId>
            <version>1.0.3</version>
        </dependency>
        <dependency>
            <groupId>eu.medsea.mimeutil</groupId>
            <artifactId>mime-util</artifactId>
            <version>2.1.3</version>
            <exclusions>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-log4j12</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>log4j</groupId>
                    <artifactId>log4j</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>2.2</version>
        </dependency>
        <dependency>
            <groupId>org.joda</groupId>
            <artifactId>joda-convert</artifactId>
            <version>1.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.10</artifactId>
            <version>2.1.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.10</artifactId>
            <version>2.1.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>sonatypesnapshots</id>
            <name>sonatype-snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>sonatypereleases</id>
            <name>sonatype-releases</name>
            <url>https://oss.sonatype.org/content/repositories/releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>TypesafeRepository</id>
            <name>Typesafe Repository</name>
            <url>http://repo.typesafe.com/typesafe/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>