cloudstate-proxy-postgres_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-proxy-postgres_2.13</artifactId>
<version>0.6.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>io.cloudstate</groupId>
<artifactId>cloudstate-proxy-postgres_2.13</artifactId>
<packaging>jar</packaging>
<description>cloudstate-proxy-postgres</description>
<url>https://cloudstate.io</url>
<version>0.6.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>cloudstate-proxy-postgres</name>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Lightbend Inc.</name>
<url>https://lightbend.com</url>
</organization>
<scm>
<url>https://github.com/cloudstateio/cloudstate</url>
<connection>scm:git@github.com:cloudstateio/cloudstate.git</connection>
</scm>
<developers>
<developer>
<id>jroper</id>
<name>James Roper</name>
<url>https://jazzy.id.au</url>
<email>james@jazzy.id.au</email>
</developer>
<developer>
<id>viktorklang</id>
<name>Viktor Klang</name>
<url>https://viktorklang.com</url>
<email>viktor.klang@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-proxy-jdbc_2.13</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>graal-tools_2.13</artifactId>
<version>0.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.6</version>
</dependency>
</dependencies>
</project>