License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdorg.pragmaticminds.crunch |
ArtifactId | ArtifactIdstreaming-connector-postgresql |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent project for crunch
|
Project Organization |
Project Organizationpragmatic minds GmbH |
<!-- https://jarcasting.com/artifacts/org.pragmaticminds.crunch/streaming-connector-postgresql/ -->
<dependency>
<groupId>org.pragmaticminds.crunch</groupId>
<artifactId>streaming-connector-postgresql</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pragmaticminds.crunch/streaming-connector-postgresql/
implementation 'org.pragmaticminds.crunch:streaming-connector-postgresql:0.3.2'
// https://jarcasting.com/artifacts/org.pragmaticminds.crunch/streaming-connector-postgresql/
implementation ("org.pragmaticminds.crunch:streaming-connector-postgresql:0.3.2")
'org.pragmaticminds.crunch:streaming-connector-postgresql:jar:0.3.2'
<dependency org="org.pragmaticminds.crunch" name="streaming-connector-postgresql" rev="0.3.2">
<artifact name="streaming-connector-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pragmaticminds.crunch', module='streaming-connector-postgresql', version='0.3.2')
)
libraryDependencies += "org.pragmaticminds.crunch" % "streaming-connector-postgresql" % "0.3.2"
[org.pragmaticminds.crunch/streaming-connector-postgresql "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.pragmaticminds.crunch : crunch-api | jar | 0.3.2 |
org.pragmaticminds.crunch : streaming-connector-base | jar | 0.3.2 |
org.postgresql : postgresql | jar | 42.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.25 |