Maven Repository - POM file for Web Framework scalatra-json_2.10 2.3.0 2.3.0

Summary

scalatra-json.

JSON support for Scalatra.

Declaration

Here is the list of declaration for scalatra-json_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-json_2.10</artifactId>
   <version>2.3.0</version>
</dependency>

If you think this Maven repository POM file listing for scalatra-json_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-json_2.10-2.3.0 has 5 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.4
Standard library for the Scala Programming Language
1091




Packages

The following packages are defined in the scalatra-json_2.10-2.3.0.jar

org.scalatra.json

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-json_2.10</artifactId>
    <packaging>jar</packaging>
    <description>JSON support for Scalatra</description>
    <url>http://www.scalatra.org/</url>
    <version>2.3.0</version>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://github.com/scalatra/scalatra/raw/HEAD/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalatra-json</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.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra_2.10</artifactId>
            <version>2.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-jackson_2.10</artifactId>
            <version>3.2.10</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-native_2.10</artifactId>
            <version>3.2.10</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-core_2.10</artifactId>
            <version>3.2.10</version>
        </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>