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