MVN

org.pragmaticminds.crunch : streaming-connector-postgresql

Maven & Gradle

Feb 08, 2019
13 stars
<dependency>
    <groupId>org.pragmaticminds.crunch</groupId>
    <artifactId>streaming-connector-postgresql</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pragmaticminds.crunch : streaming-connector-postgresql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.pragmaticminds.crunch : streaming-connector-postgresql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
streaming-connector-postgresql-0.3.2
streaming-connector-postgresql-0.3.1
streaming-connector-postgresql-0.3.0
0.2.x
streaming-connector-postgresql-0.2.1
streaming-connector-postgresql-0.2.0

How to add a dependency to Maven

Add the following org.pragmaticminds.crunch : streaming-connector-postgresql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pragmaticminds.crunch</groupId>
    <artifactId>streaming-connector-postgresql</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pragmaticminds.crunch : streaming-connector-postgresql gradle dependency to your build.gradle file:

implementation 'org.pragmaticminds.crunch:streaming-connector-postgresql:0.3.2'

Gradle Kotlin DSL: Add the following org.pragmaticminds.crunch : streaming-connector-postgresql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pragmaticminds.crunch:streaming-connector-postgresql:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pragmaticminds.crunch : streaming-connector-postgresql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pragmaticminds.crunch" % "streaming-connector-postgresql" % "0.3.2"