s

streaming-runtime

ray streaming runtime
Files download
File Operation
streaming-runtime-1.9.1.jar download
streaming-runtime-1.9.1.pom download
streaming-runtime-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ray</groupId>
  <artifactId>streaming-runtime</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'io.ray:streaming-runtime:1.9.1'
Gradle Kotlin
implementation("io.ray:streaming-runtime:1.9.1")
Scala SBT
libraryDependencies += "io.ray" % "streaming-runtime" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.ray', module='streaming-runtime', version='1.9.1')
)
Apache Ivy
<dependency org="io.ray" name="streaming-runtime" rev="1.9.1" />
Leiningen
[io.ray/streaming-runtime "1.9.1"]
Apache Buildr
'io.ray:streaming-runtime:jar:1.9.1'