s

streaming-state

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