License |
License |
---|---|
GroupId | GroupIdcom.stratio.receiver |
ArtifactId | ArtifactIdspark-rabbitmq_1.6 |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionRabbitMQ-Receiver is a library that allows the user to read data with Apache Spark from RabbitMQ.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spark-rabbitmq_1.6-0.4.0.pom | |
spark-rabbitmq_1.6-0.4.0.jar | 181 KB |
spark-rabbitmq_1.6-0.4.0-tests.jar | 50 KB |
spark-rabbitmq_1.6-0.4.0-sources.jar | 20 KB |
spark-rabbitmq_1.6-0.4.0-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.6/ -->
<dependency>
<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq_1.6</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.6/
implementation 'com.stratio.receiver:spark-rabbitmq_1.6:0.4.0'
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.6/
implementation ("com.stratio.receiver:spark-rabbitmq_1.6:0.4.0")
'com.stratio.receiver:spark-rabbitmq_1.6:jar:0.4.0'
<dependency org="com.stratio.receiver" name="spark-rabbitmq_1.6" rev="0.4.0">
<artifact name="spark-rabbitmq_1.6" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.receiver', module='spark-rabbitmq_1.6', version='0.4.0')
)
libraryDependencies += "com.stratio.receiver" % "spark-rabbitmq_1.6" % "0.4.0"
[com.stratio.receiver/spark-rabbitmq_1.6 "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
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 | 1.6.1 |
org.apache.spark : spark-streaming_2.11 | jar | 1.6.1 |
org.apache.spark : spark-sql_2.11 | jar | 1.6.1 |
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.3.11 |