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