Download scalajpa_2.11-1.5.jar file

Introduction

You can download scalajpa_2.11-1.5.jar in this page.

License

Apache License, ASL Version 2.0

Type List

scalajpa_2.11-1.5.jar file has the following types.

META-INF/MANIFEST.MF
org.scala_libs.jpa.JndiEMF.class
org.scala_libs.jpa.LocalEMF.class
org.scala_libs.jpa.ScalaEMFactory.class
org.scala_libs.jpa.ScalaEntityManager.class
org.scala_libs.jpa.ScalaQuery.class
org.scala_libs.jpa.ThreadLocalEM.class
org.scala_libs.jpa.Utils.class

Pom

scalajpa_2.11-1.5.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.scala-libs</groupId>
    <artifactId>scalajpa_2.11</artifactId>
    <packaging>jar</packaging>
    <description>This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.</description>
    <version>1.5</version>
    <name>ScalaJPA</name>
    <organization>
        <name>org.scala-libs</name>
    </organization>
    <inceptionYear>2008</inceptionYear>
    <url>https://github.com/dchenbecker/scalajpa</url>
    <licenses>
        <license>
            <name>Apache License, ASL Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>dchenbecker</id>
            <name>Derek Chen-Becker</name>
            <timezone>-7</timezone>
            <email>java [at] chen-becker.org</email>
            <roles>
                <role>BDFL</role>
            </roles>
        </developer>
    </developers>
    <issueManagement>
        <system>GitHub</system>
        <url>http://github.com/dchenbecker/scalajpa/issues</url>
    </issueManagement>
    <scm>
        <connection>scm:git:git@github.com:dchenbecker/scalajpa.git</connection>
        <url>http://github.com/dchenbecker/scalajpa/tree/master</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>javax.persistence</groupId>
            <artifactId>persistence-api</artifactId>
            <version>1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>geronimo-spec</groupId>
            <artifactId>geronimo-spec-jta</artifactId>
            <version>1.0-M1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>1.3.152</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-entitymanager</artifactId>
            <version>3.4.0.GA</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.11</artifactId>
            <version>2.3.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>0.9.27</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.scala-libs</groupId>
   <artifactId>scalajpa_2.11</artifactId>
   <version>1.5</version>
</dependency>

Download

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



Download scalajpa_2.11-1.5.jar file




PreviousNext

Related