| License |
License |
|---|---|
| GroupId | GroupIdorg.grapheco |
| ArtifactId | ArtifactIdspark-http-stream |
| Version | Version0.9.1 |
| Type | Typejar |
| Description |
Descriptionspark-http-stream
http source and sink for spark
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spark-http-stream-0.9.1.pom | |
| spark-http-stream-0.9.1.jar | 116 KB |
| spark-http-stream-0.9.1-sources.jar | 14 KB |
| spark-http-stream-0.9.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grapheco/spark-http-stream/ -->
<dependency>
<groupId>org.grapheco</groupId>
<artifactId>spark-http-stream</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grapheco/spark-http-stream/
implementation 'org.grapheco:spark-http-stream:0.9.1'
// https://jarcasting.com/artifacts/org.grapheco/spark-http-stream/
implementation ("org.grapheco:spark-http-stream:0.9.1")
'org.grapheco:spark-http-stream:jar:0.9.1'
<dependency org="org.grapheco" name="spark-http-stream" rev="0.9.1">
<artifact name="spark-http-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grapheco', module='spark-http-stream', version='0.9.1')
)
libraryDependencies += "org.grapheco" % "spark-http-stream" % "0.9.1"
[org.grapheco/spark-http-stream "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.kafka : kafka-clients | jar | 0.10.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.scala-lang : scala-library | jar | 2.11.8 |
| org.scala-lang : scala-compiler | jar | 2.11.8 |
| org.apache.spark : spark-core_2.11 | jar | 2.1.0 |
| org.apache.spark : spark-sql_2.11 | jar | 2.1.0 |
| org.apache.spark : spark-streaming_2.11 | jar | 2.1.0 |
| org.eclipse.jetty : jetty-server | jar | 9.0.0.M0 |
| org.eclipse.jetty : jetty-servlet | jar | 9.0.0.M0 |
| org.eclipse.jetty : jetty-servlets | jar | 9.0.0.M0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |