test-db-postgres_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.japgolly.webapp-util</groupId>
<artifactId>test-db-postgres_2.13</artifactId>
<version>3.0.0</version>
</dependency><?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.japgolly.webapp-util</groupId>
<artifactId>test-db-postgres_2.13</artifactId>
<packaging>jar</packaging>
<description>testDbPostgres</description>
<url>https://github.com/japgolly/webapp-util</url>
<version>3.0.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>testDbPostgres</name>
<inceptionYear>2021</inceptionYear>
<organization>
<name>com.github.japgolly.webapp-util</name>
<url>https://github.com/japgolly/webapp-util</url>
</organization>
<scm>
<url>https://github.com/japgolly/webapp-util</url>
<connection>scm:git:https://github.com/japgolly/webapp-util.git</connection>
<developerConnection>scm:git:git@github.com:japgolly/webapp-util.git</developerConnection>
</scm>
<developers>
<developer>
<id>japgolly</id>
<name>David Barri</name>
<url>https://japgolly.github.io/japgolly/</url>
<email>japgolly@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>com.github.japgolly.webapp-util</groupId>
<artifactId>db-postgres_2.13</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>izumi-reflect_2.13</artifactId>
<version>3.0.9</version>
</dependency>
<dependency>
<groupId>com.github.japgolly.microlibs</groupId>
<artifactId>test-util_2.13</artifactId>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>com.github.japgolly.univeq</groupId>
<artifactId>univeq_2.13</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
</project>