| License |
License
Commercial License
|
|---|---|
| GroupId | GroupIdcom.torodb.torod.backends |
| ArtifactId | ArtifactIdgreenplum |
| Last Version | Last Version0.40 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTorod: Backends - Greenplum
Greenplum implementation of a ToroDB backend.
|
| Project Organization |
Project Organization8Kdata |
| Filename | Size |
|---|---|
| greenplum-0.40.pom | |
| greenplum-0.40.jar | 72 KB |
| greenplum-0.40-sources.jar | 42 KB |
| greenplum-0.40-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.torod.backends/greenplum/ -->
<dependency>
<groupId>com.torodb.torod.backends</groupId>
<artifactId>greenplum</artifactId>
<version>0.40</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.torod.backends/greenplum/
implementation 'com.torodb.torod.backends:greenplum:0.40'
// https://jarcasting.com/artifacts/com.torodb.torod.backends/greenplum/
implementation ("com.torodb.torod.backends:greenplum:0.40")
'com.torodb.torod.backends:greenplum:jar:0.40'
<dependency org="com.torodb.torod.backends" name="greenplum" rev="0.40">
<artifact name="greenplum" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.torod.backends', module='greenplum', version='0.40')
)
libraryDependencies += "com.torodb.torod.backends" % "greenplum" % "0.40"
[com.torodb.torod.backends/greenplum "0.40"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.torodb.torod : torod-core | jar | 0.40 |
| com.torodb.torod.backends : common | jar | 0.40 |
| com.torodb.torod.backends.drivers : postgresql | jar | 0.40 |
| com.torodb : common | jar | 0.40 |
| javax.inject : javax.inject | jar | 1 |
| org.postgresql : postgresql | jar | 9.4.1207.jre7 |
| org.jooq : jooq | jar | 3.6.4 |
| org.jooq : jooq-meta | jar | 3.6.4 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| com.google.code.findbugs : annotations | jar | 3.0.1u2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |