Maven Repository - POM file for Web Framework scalatra-auth_2.10 2.2.2 2.2.2

Summary

scalatra-auth.

Scalatra authentication module.

Declaration

Here is the list of declaration for scalatra-auth_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-auth_2.10</artifactId>
   <version>2.2.2</version>
</dependency>

If you think this Maven repository POM file listing for scalatra-auth_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-auth_2.10-2.2.2 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
Web Frameworkscalatra_2.10 2.2.2
The core Scalatra framework
6
Scalascala-library 2.10.0
Standard library for the Scala Programming Language
435
Filebase64 2.3.8
A Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.
11




Packages

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

org.scalatra.auth
org.scalatra.auth.strategy

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-auth_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Scalatra authentication module</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-auth</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_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>net.iharder</groupId>
            <artifactId>base64</artifactId>
            <version>2.3.8</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>