Slick.
Scala Language-Integrated Connection Kit.
Here is the list of declaration for slick_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.typesafe.slick</groupId> <artifactId>slick_2.10</artifactId> <version>2.1.0</version> </dependency>
If you think this Maven repository POM file listing for slick_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Two-clause BSD-style license
URL: http://github.com/slick/slick/blob/master/LICENSE.txt.
The slick_2.10-2.1.0 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Parser | scala-compiler 2.10.4 Compiler for the Scala Programming Language | 166 |
Scala | scala-library 2.10.4 Standard library for the Scala Programming Language | 1091 |
Log | slf4j-api 1.6.4 The slf4j API | 550 |
The following table lists the most popular artifacts which are depending on slick_2.10-2.1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
PostgreSQL | slick-pg_core_2.10 0.6.5.3 Slick extensions for PostgreSQL - Core | 6 |
PostgreSQL | slick-pg_core_2.10 0.6.2 Slick extensions for PostgreSQL - Core | 7 |
PostgreSQL | slick-pg_core_2.10 0.6.3 Slick extensions for PostgreSQL - Core | 8 |
PostgreSQL | slick-pg_core_2.10 0.6.5 Slick extensions for PostgreSQL - Core | 8 |
The following packages are defined in the slick_2.10-2.1.0.jar
scala.slick scala.slick.ast scala.slick.backend scala.slick.collection scala.slick.collection.heterogenous scala.slick.compiler scala.slick.direct scala.slick.driver scala.slick.jdbc scala.slick.jdbc.meta scala.slick.lifted scala.slick.memory scala.slick.model scala.slick.profile scala.slick.relational scala.slick.util scala.slick.util.iter
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.typesafe.slick</groupId> <artifactId>slick_2.10</artifactId> <packaging>bundle</packaging> <description>Scala Language-Integrated Connection Kit</description> <url>http://slick.typesafe.com</url> <version>2.1.0</version> <licenses> <license> <name>Two-clause BSD-style license</name> <url>http://github.com/slick/slick/blob/master/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <name>Slick</name> <inceptionYear>2008</inceptionYear> <organization> <name>Typesafe</name> <url>http://slick.typesafe.com</url> </organization> <scm> <url>git@github.com:slick/slick.git</url> <connection>scm:git:git@github.com:slick/slick.git</connection> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.10.4</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.4</version> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>1.2.1</version> </dependency> </dependencies> </project>