Maven Repository - POM file for ORM squeryl_2.9.2 0.9.5-6 0.9.5-6

Summary

squeryl.

A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety.

Declaration

Here is the list of declaration for squeryl_2.9.2. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.squeryl</groupId>
   <artifactId>squeryl_2.9.2</artifactId>
   <version>0.9.5-6</version>
</dependency>

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

License

Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The squeryl_2.9.2-0.9.5-6 has 10 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.9.2
Standard library for the Scala Programming Language
518
Byte Codecglib-nodep 2.2
Code generation library with shaded ASM dependecies
283
MySQLmysql-connector-java 5.1.10
MySQL java connector
6
JDBCjtds 1.2.4
TDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000,2005, and 2008) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compati...
14
JDBCderby 10.7.1.1
Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.
49
JUnitjunit 4.8.2
JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.
919
Byte Codescalap 2.9.2
bytecode analysis tool
6

Packages

The following packages are defined in the squeryl_2.9.2-0.9.5-6.jar

org.squeryl
org.squeryl.adapters
org.squeryl.annotations
org.squeryl.customtypes
org.squeryl.dsl
org.squeryl.dsl.ast
org.squeryl.dsl.boilerplate
org.squeryl.dsl.fsm
org.squeryl.dsl.internal
org.squeryl.internals
org.squeryl.logging




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.squeryl</groupId>
    <artifactId>squeryl_2.9.2</artifactId>
    <packaging>jar</packaging>
    <description>A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety</description>
    <url>http://squeryl.org</url>
    <version>0.9.5-6</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>squeryl</name>
    <organization>
        <name>org.squeryl</name>
        <url>http://squeryl.org</url>
    </organization>
    <scm>
        <url>git@github.com:max-l/squeryl.git</url>
        <connection>scm:git:git@github.com:max-l/squeryl.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>2.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>1.2.127</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>5.1.10</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>8.4-701.jdbc4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.jtds</groupId>
            <artifactId>jtds</artifactId>
            <version>1.2.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.derby</groupId>
            <artifactId>derby</artifactId>
            <version>10.7.1.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.8.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scalap</artifactId>
            <version>2.9.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.9.2</artifactId>
            <version>1.6.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>