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