synsys / spark   1.0.0

Apache License 2.0 GitHub

Apache Spark Extensions

Scala versions: 2.10

spark-streaming-camel 1.0.0


Group ID:
com.synsys.org.apache.spark
Artifact ID:
spark-streaming-camel_2.10
Version:
1.0.0
Release Date:
Feb 9, 2015
Licenses:

libraryDependencies += "com.synsys.org.apache.spark" %% "spark-streaming-camel" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.synsys.org.apache.spark::spark-streaming-camel:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.synsys.org.apache.spark::spark-streaming-camel:1.0.0"

Ammonite REPL

import $ivy.`com.synsys.org.apache.spark::spark-streaming-camel:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.synsys.org.apache.spark</groupId>
  <artifactId>spark-streaming-camel_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.synsys.org.apache.spark', name: 'spark-streaming-camel_2.10', version: '1.0.0'