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