Maven Repository - POM file for PostgreSQL slick-pg_core_2.11 0.6.5.3 0.6.5.3

Summary

slick-pg_core.

Slick extensions for PostgreSQL - Core.

Declaration

Here is the list of declaration for slick-pg_core_2.11. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.tminglei</groupId>
   <artifactId>slick-pg_core_2.11</artifactId>
   <version>0.6.5.3</version>
</dependency>

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

License

Name:BSD-style
URL: http://www.opensource.org/licenses/bsd-license.php.

Depends on

The slick-pg_core_2.11-0.6.5.3 has 4 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
Parserscala-reflect 2.11.2
Compiler for the Scala Programming Language
45
Scalaslick_2.11 2.1.0
Scala Language-Integrated Connection Kit
12
JDBCpostgresql 9.3-1100-jdbc41
The PostgreSQL Driver JDBC41
39




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>com.github.tminglei</groupId>
    <artifactId>slick-pg_core_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Slick extensions for PostgreSQL - Core</description>
    <version>0.6.5.3</version>
    <name>slick-pg_core</name>
    <organization>
        <name>slick-pg</name>
    </organization>
    <url>https://github.com/tminglei/slick-pg</url>
    <licenses>
        <license>
            <name>BSD-style</name>
            <url>http://www.opensource.org/licenses/bsd-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:tminglei/slick-pg.git</url>
        <connection>scm:git:git@github.com:tminglei/slick-pg.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.11.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.slick</groupId>
            <artifactId>slick_2.11</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>9.3-1100-jdbc41</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-parser-combinators_2.11</artifactId>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>