License |
License |
---|---|
GroupId | GroupIdcom.stratio.receiver |
ArtifactId | ArtifactIdspark-rabbitmq_1.4 |
Version | Version0.2.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.4-0.2.0.pom | |
spark-rabbitmq_1.4-0.2.0.jar | 30 KB |
spark-rabbitmq_1.4-0.2.0-tests.jar | 6 KB |
spark-rabbitmq_1.4-0.2.0-sources.jar | 4 KB |
spark-rabbitmq_1.4-0.2.0-javadoc.jar | 340 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.4/ -->
<dependency>
<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq_1.4</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.4/
implementation 'com.stratio.receiver:spark-rabbitmq_1.4:0.2.0'
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-rabbitmq_1.4/
implementation ("com.stratio.receiver:spark-rabbitmq_1.4:0.2.0")
'com.stratio.receiver:spark-rabbitmq_1.4:jar:0.2.0'
<dependency org="com.stratio.receiver" name="spark-rabbitmq_1.4" rev="0.2.0">
<artifact name="spark-rabbitmq_1.4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.receiver', module='spark-rabbitmq_1.4', version='0.2.0')
)
libraryDependencies += "com.stratio.receiver" % "spark-rabbitmq_1.4" % "0.2.0"
[com.stratio.receiver/spark-rabbitmq_1.4 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-streaming_2.10 | jar | 1.4.1 |
org.apache.spark : spark-sql_2.10 | jar | 1.4.1 |
com.rabbitmq : amqp-client | jar | 3.5.1 |
joda-time : joda-time | jar | 2.8.2 |