Maven Repository - POM file for Development lift-common_2.10 2.5.1 2.5.1

Summary

Lift Common.

Common Libraties and Utilities.

Declaration

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

<dependency>
   <groupId>net.liftweb</groupId>
   <artifactId>lift-common_2.10</artifactId>
   <version>2.5.1</version>
</dependency>

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

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The lift-common_2.10-2.5.1 has 6 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
Logslf4j-api 1.7.2
The slf4j API
348
Loglogback-classic 1.0.9
logback-classic module
107
Logslf4j-log4j12 1.7.2
SLF4J LOG4J-12 Binding
210




Packages

The following packages are defined in the lift-common_2.10-2.5.1.jar

net.liftweb.common

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.liftweb</groupId>
    <artifactId>lift-common_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Common Libraties and Utilities</description>
    <url>http://www.liftweb.net</url>
    <version>2.5.1</version>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Lift Common</name>
    <inceptionYear>2006</inceptionYear>
    <organization>
        <name>WorldWide Conferencing, LLC</name>
        <url>http://www.liftweb.net</url>
    </organization>
    <scm>
        <url>https://github.com/lift/framework</url>
        <connection>scm:git:https://github.com/lift/framework.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.10</artifactId>
            <version>1.12.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.10</artifactId>
            <version>1.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.2</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.0.9</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.7.2</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>