License |
License |
---|---|
GroupId | GroupIdio.frama.parisni |
ArtifactId | ArtifactIdspark-postgres |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpark ETL Postgres
|
Project URL |
Project URL |
Filename | Size |
---|---|
spark-postgres-0.0.1.pom | |
spark-postgres-0.0.1.jar | 66 KB |
spark-postgres-0.0.1-sources.jar | 9 KB |
spark-postgres-0.0.1-shaded.jar | 84 KB |
spark-postgres-0.0.1-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.frama.parisni/spark-postgres/ -->
<dependency>
<groupId>io.frama.parisni</groupId>
<artifactId>spark-postgres</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.frama.parisni/spark-postgres/
implementation 'io.frama.parisni:spark-postgres:0.0.1'
// https://jarcasting.com/artifacts/io.frama.parisni/spark-postgres/
implementation ("io.frama.parisni:spark-postgres:0.0.1")
'io.frama.parisni:spark-postgres:jar:0.0.1'
<dependency org="io.frama.parisni" name="spark-postgres" rev="0.0.1">
<artifact name="spark-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.frama.parisni', module='spark-postgres', version='0.0.1')
)
libraryDependencies += "io.frama.parisni" % "spark-postgres" % "0.0.1"
[io.frama.parisni/spark-postgres "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.frama.parisni : spark-dataframe | jar | 0.0.2 |
org.scala-lang : scala-library | jar | ${scala.version} |
org.postgresql : postgresql | jar | ${postgres.version} |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark » spark-core_${scala.tools.version} | jar | ${spark.version} |
org.apache.spark » spark-sql_${scala.tools.version} | jar | ${spark.version} |
com.holdenkarau : spark-testing-base_2.11 | jar | ${spark-testing.version} |