GroupId | GroupIdio.ray |
---|---|
ArtifactId | ArtifactIdstreaming-state |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
streaming-state-1.7.0.pom | |
streaming-state-1.7.0.jar | 58 KB |
streaming-state-1.7.0-sources.jar | 54 KB |
streaming-state-1.7.0-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ray/streaming-state/ -->
<dependency>
<groupId>io.ray</groupId>
<artifactId>streaming-state</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ray/streaming-state/
implementation 'io.ray:streaming-state:1.7.0'
// https://jarcasting.com/artifacts/io.ray/streaming-state/
implementation ("io.ray:streaming-state:1.7.0")
'io.ray:streaming-state:jar:1.7.0'
<dependency org="io.ray" name="streaming-state" rev="1.7.0">
<artifact name="streaming-state" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ray', module='streaming-state', version='1.7.0')
)
libraryDependencies += "io.ray" % "streaming-state" % "1.7.0"
[io.ray/streaming-state "1.7.0"]