| Categories |
CategoriesPostgreSQL Data Databases |
|---|---|
| GroupId | GroupIdio.cdap.plugin |
| ArtifactId | ArtifactIdpostgresql-plugin |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPostgreSQL plugin
|
| Filename | Size |
|---|---|
| postgresql-plugin-1.8.0.pom | |
| postgresql-plugin-1.8.0.jar | 3 MB |
| postgresql-plugin-1.8.0-sources.jar | 13 KB |
| postgresql-plugin-1.8.0-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.plugin/postgresql-plugin/ -->
<dependency>
<groupId>io.cdap.plugin</groupId>
<artifactId>postgresql-plugin</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.plugin/postgresql-plugin/
implementation 'io.cdap.plugin:postgresql-plugin:1.8.0'
// https://jarcasting.com/artifacts/io.cdap.plugin/postgresql-plugin/
implementation ("io.cdap.plugin:postgresql-plugin:1.8.0")
'io.cdap.plugin:postgresql-plugin:jar:1.8.0'
<dependency org="io.cdap.plugin" name="postgresql-plugin" rev="1.8.0">
<artifact name="postgresql-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.plugin', module='postgresql-plugin', version='1.8.0')
)
libraryDependencies += "io.cdap.plugin" % "postgresql-plugin" % "1.8.0"
[io.cdap.plugin/postgresql-plugin "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.cdap.cdap : cdap-etl-api | jar | |
| io.cdap.plugin : database-commons | jar | ${project.version} |
| io.cdap.plugin : hydrator-common | jar | |
| com.google.guava : guava | jar | |
| org.mockito : mockito-core | jar | |
| io.cdap.cdap : hydrator-test | jar | |
| io.cdap.cdap : cdap-data-pipeline2_2.11 | jar | |
| junit : junit | jar | |
| org.jetbrains : annotations | jar | RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| io.cdap.cdap : cdap-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.20 |
| io.cdap.plugin : database-commons | test-jar | ${project.version} |