MVN

org.factcast : factcast-store-pgsql-rds

Maven & Gradle

Jun 04, 2021
2 usages
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-store-pgsql-rds</artifactId>
    <version>0.3.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.factcast : factcast-store-pgsql-rds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8.2
  • Latest Release Candidate: 0.2.0-RC2

All Versions

Choose a version of org.factcast : factcast-store-pgsql-rds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
factcast-store-pgsql-rds-0.3.13
factcast-store-pgsql-rds-0.3.9.1
factcast-store-pgsql-rds-0.3.9
factcast-store-pgsql-rds-0.3.8.2
factcast-store-pgsql-rds-0.3.8.1
factcast-store-pgsql-rds-0.3.8
factcast-store-pgsql-rds-0.3.7
factcast-store-pgsql-rds-0.3.6
factcast-store-pgsql-rds-0.3.5
factcast-store-pgsql-rds-0.3.4
factcast-store-pgsql-rds-0.3.3
factcast-store-pgsql-rds-0.3.2
factcast-store-pgsql-rds-0.3.1
factcast-store-pgsql-rds-0.3.0
factcast-store-pgsql-rds-0.3.0-M3
factcast-store-pgsql-rds-0.3.0-M2
factcast-store-pgsql-rds-0.3.0-M1
0.2.x
factcast-store-pgsql-rds-0.2.5.1
factcast-store-pgsql-rds-0.2.5
factcast-store-pgsql-rds-0.2.4
factcast-store-pgsql-rds-0.2.1
factcast-store-pgsql-rds-0.2.0
factcast-store-pgsql-rds-0.2.0-RC2
factcast-store-pgsql-rds-0.2.0-RC
factcast-store-pgsql-rds-0.2.0-M10
factcast-store-pgsql-rds-0.2.0-M9
factcast-store-pgsql-rds-0.2.0-M8
factcast-store-pgsql-rds-0.2.0-M7
factcast-store-pgsql-rds-0.2.0-M6
0.1.x
factcast-store-pgsql-rds-0.1.4.3
factcast-store-pgsql-rds-0.1.4.2
factcast-store-pgsql-rds-0.1.4.1
factcast-store-pgsql-rds-0.1.4
factcast-store-pgsql-rds-0.1.0
factcast-store-pgsql-rds-0.1.0-RC4
factcast-store-pgsql-rds-0.1.0-RC3
factcast-store-pgsql-rds-0.1.0-RC2
factcast-store-pgsql-rds-0.1.0-RC1
factcast-store-pgsql-rds-0.1.0-M1
195ae24
factcast-store-pgsql-rds-195ae24
0.0.x
factcast-store-pgsql-rds-0.0.34
factcast-store-pgsql-rds-0.0.33
factcast-store-pgsql-rds-0.0.32
factcast-store-pgsql-rds-0.0.31
factcast-store-pgsql-rds-0.0.30
factcast-store-pgsql-rds-0.0.26
factcast-store-pgsql-rds-0.0.25
factcast-store-pgsql-rds-0.0.21
factcast-store-pgsql-rds-0.0.20
factcast-store-pgsql-rds-0.0.19
factcast-store-pgsql-rds-0.0.18
factcast-store-pgsql-rds-0.0.17
factcast-store-pgsql-rds-0.0.16
factcast-store-pgsql-rds-0.0.15
factcast-store-pgsql-rds-0.0.14
factcast-store-pgsql-rds-0.0.12
factcast-store-pgsql-rds-0.0.11
factcast-store-pgsql-rds-0.0.10
factcast-store-pgsql-rds-0.0.6

How to add a dependency to Maven

Add the following org.factcast : factcast-store-pgsql-rds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-store-pgsql-rds</artifactId>
    <version>0.3.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.factcast : factcast-store-pgsql-rds gradle dependency to your build.gradle file:

implementation 'org.factcast:factcast-store-pgsql-rds:0.3.8.2'

Gradle Kotlin DSL: Add the following org.factcast : factcast-store-pgsql-rds gradle kotlin dependency to your build.gradle.kts file:

implementation("org.factcast:factcast-store-pgsql-rds:0.3.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.factcast : factcast-store-pgsql-rds sbt scala dependency to your build.sbt file:

libraryDependencies += "org.factcast" % "factcast-store-pgsql-rds" % "0.3.8.2"

Advertisement