| Title: |
doobie-h2-cats |
| Group ID: |
org.tpolecat |
| Artifact ID: |
doobie-h2-cats_2.12 |
| Version: |
0.4.2 |
| Last modified: |
04.08.2017 05:35 |
| Packaging: |
jar |
| Name: |
doobie-h2-cats |
| Description: |
H2 support for doobie. |
| URL: |
https://github.com/tpolecat/doobie |
| Vendor: |
org.tpolecat |
|
|
| Size: |
41.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/tpolecat/doobie-h2-cats_2.12/0.4.2/doobie-h2-cats_2.12-0.4.2.jar |
| POM: |
Show
hide
<?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.tpolecat</groupId>
<artifactId>doobie-h2-cats_2.12</artifactId>
<packaging>jar</packaging>
<description>H2 support for doobie.</description>
<url>https://github.com/tpolecat/doobie</url>
<version>0.4.2</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>doobie-h2-cats</name>
<organization>
<name>org.tpolecat</name>
<url>https://github.com/tpolecat/doobie</url>
</organization>
<scm>
<url>git@github.com:tpolecat/doobie.git</url>
<connection>scm:git:git@github.com:tpolecat/doobie.git</connection>
</scm>
<developers>
<developer>
<id>tpolecat</id>
<name>Rob Norris</name>
<url>http://tpolecat.org</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.3</version>
</dependency>
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-core-cats_2.12</artifactId>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>1.13.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.12</artifactId>
<version>3.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-scalacheck_2.12</artifactId>
<version>3.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.195</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-h2-cats_2.12</artifactId>
<version>0.4.2</version>
</dependency>
|
| Gradle: |
org.tpolecat:doobie-h2-cats_2.12:0.4.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|