Files download
File Operation
ray-streaming-1.10.0.pom download
Apache Maven
<dependency>
  <groupId>io.ray</groupId>
  <artifactId>ray-streaming</artifactId>
  <version>1.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ray:ray-streaming:1.10.0'
Gradle Kotlin
implementation("io.ray:ray-streaming:1.10.0")
Scala SBT
libraryDependencies += "io.ray" % "ray-streaming" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.ray', module='ray-streaming', version='1.10.0')
)
Apache Ivy
<dependency org="io.ray" name="ray-streaming" rev="1.10.0" />
Leiningen
[io.ray/ray-streaming "1.10.0"]
Apache Buildr
'io.ray:ray-streaming:jar:1.10.0'
Dependencies
The project has no third-party dependencies