MVN

com.slimgears.rxrepo : rxrepo-postgres

Maven & Gradle

Jun 14, 2022
0 stars

rxrepo / rxrepo-postgres · Reactive abstract repository / module: rxrepo-postgres

<dependency>
    <groupId>com.slimgears.rxrepo</groupId>
    <artifactId>rxrepo-postgres</artifactId>
    <version>0.8.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slimgears.rxrepo : rxrepo-postgres to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.21

All Versions

Choose a version of com.slimgears.rxrepo : rxrepo-postgres to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
rxrepo-postgres-0.8.21
rxrepo-postgres-0.8.19
rxrepo-postgres-0.8.18
rxrepo-postgres-0.8.17
rxrepo-postgres-0.8.16
rxrepo-postgres-0.8.15
rxrepo-postgres-0.8.14
rxrepo-postgres-0.8.13
rxrepo-postgres-0.8.12
rxrepo-postgres-0.8.11
rxrepo-postgres-0.8.9

How to add a dependency to Maven

Add the following com.slimgears.rxrepo : rxrepo-postgres maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slimgears.rxrepo</groupId>
    <artifactId>rxrepo-postgres</artifactId>
    <version>0.8.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slimgears.rxrepo : rxrepo-postgres gradle dependency to your build.gradle file:

implementation 'com.slimgears.rxrepo:rxrepo-postgres:0.8.21'

Gradle Kotlin DSL: Add the following com.slimgears.rxrepo : rxrepo-postgres gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slimgears.rxrepo:rxrepo-postgres:0.8.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slimgears.rxrepo : rxrepo-postgres sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slimgears.rxrepo" % "rxrepo-postgres" % "0.8.21"

Advertisement