| Categories |
CategoriesPostgreSQL Data Databases |
|---|---|
| GroupId | GroupIdorg.apache.zeppelin |
| ArtifactId | ArtifactIdzeppelin-postgresql |
| Version | Version0.7.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zeppelin-postgresql-0.7.2.pom | |
| zeppelin-postgresql-0.7.2.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-postgresql/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-postgresql</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-postgresql/
implementation 'org.apache.zeppelin:zeppelin-postgresql:0.7.2'
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-postgresql/
implementation ("org.apache.zeppelin:zeppelin-postgresql:0.7.2")
'org.apache.zeppelin:zeppelin-postgresql:jar:0.7.2'
<dependency org="org.apache.zeppelin" name="zeppelin-postgresql" rev="0.7.2">
<artifact name="zeppelin-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='zeppelin-postgresql', version='0.7.2')
)
libraryDependencies += "org.apache.zeppelin" % "zeppelin-postgresql" % "0.7.2"
[org.apache.zeppelin/zeppelin-postgresql "0.7.2"]