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