License |
License |
---|---|
GroupId | GroupIdcom.stratio.receiver |
ArtifactId | ArtifactIdspark-rabbitmq |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionSpark Streaming RabbitMQ Receiver
RabbitMQ-Receiver is a library that allows the user to read data with Apache Spark from RabbitMQ.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spark-rabbitmq-0.5.1.pom | |
spark-rabbitmq-0.5.1.jar | 182 KB |
spark-rabbitmq-0.5.1-tests.jar | 52 KB |
spark-rabbitmq-0.5.1-sources.jar | 20 KB |
spark-rabbitmq-0.5.1-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq/ -->
<dependency>
<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq/
implementation 'com.stratio.receiver:spark-rabbitmq:0.5.1'
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq/
implementation ("com.stratio.receiver:spark-rabbitmq:0.5.1")
'com.stratio.receiver:spark-rabbitmq:jar:0.5.1'
<dependency org="com.stratio.receiver" name="spark-rabbitmq" rev="0.5.1">
<artifact name="spark-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.receiver', module='spark-rabbitmq', version='0.5.1')
)
libraryDependencies += "com.stratio.receiver" % "spark-rabbitmq" % "0.5.1"
[com.stratio.receiver/spark-rabbitmq "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-actor_2.11 | jar | 2.4.11 |
com.rabbitmq : amqp-client | jar | 3.6.6 |
joda-time : joda-time | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.11 | jar | 2.0.2 |
org.apache.spark : spark-streaming_2.11 | jar | 2.0.2 |
org.apache.spark : spark-sql_2.11 | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.sstone : amqp-client_2.11 | jar | 1.5 |
org.scalatest : scalatest_2.11 | jar | 2.2.2 |
org.scalacheck : scalacheck_2.11 | jar | 1.11.3 |
junit : junit | jar | 4.12 |
com.typesafe.akka : akka-testkit_2.11 | jar | 2.4.11 |