Download lift-jpa_2.8.1-2.3.jar file

Introduction

You can download lift-jpa_2.8.1-2.3.jar in this page.

License

Apache License, Version 2.0

Type List

lift-jpa_2.8.1-2.3.jar file has the following types.

META-INF/MANIFEST.MF
net.liftweb.jpa.RequestVarEM.class

Pom

lift-jpa_2.8.1-2.3.pom file content.

<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-jpa_2.8.1</artifactId>
    <packaging>jar</packaging>
    <version>2.3</version>
    <name>Lift Jpa</name>
    <url>http://www.liftweb.net</url>
    <inceptionYear>2006</inceptionYear>
    <organization>
        <name>WorldWide Conferencing, LLC</name>
        <url>http://www.liftweb.net</url>
    </organization>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>Lift Jpa is licensed under Apache License, Version 2.0</comments>
        </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>specs_2.8.1</artifactId>
            <version>1.6.7.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>scalacheck_2.8.1</artifactId>
            <version>1.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-libs</groupId>
            <artifactId>scalajpa_2.8.1</artifactId>
            <version>1.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>javax.persistence</groupId>
            <artifactId>persistence-api</artifactId>
            <version>1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>net.liftweb</groupId>
            <artifactId>lift-webkit_2.8.1</artifactId>
            <version>2.3</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.8.1</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>ScalaToolsMaven2Repository</id>
            <name>Scala-Tools Maven2 Repository</name>
            <url>http://scala-tools.org/repo-releases/</url>
        </repository>
    </repositories>
</project>

POM Entry

<dependency>
   <groupId>net.liftweb</groupId>
   <artifactId>lift-jpa_2.8.1</artifactId>
   <version>2.3</version>
</dependency>

Download

If you think the following lift-jpa_2.8.1-2.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lift-jpa_2.8.1-2.3.jar file




PreviousNext

Related