GroupId | GroupIdio.ray |
---|---|
ArtifactId | ArtifactIdray-runtime |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ray-runtime-1.6.0.pom | |
ray-runtime-1.6.0.jar | 11 MB |
ray-runtime-1.6.0-sources.jar | 10 MB |
ray-runtime-1.6.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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ray/ray-runtime/
implementation 'io.ray:ray-runtime:1.6.0'
// https://jarcasting.com/artifacts/io.ray/ray-runtime/
implementation ("io.ray:ray-runtime:1.6.0")
'io.ray:ray-runtime:jar:1.6.0'
<dependency org="io.ray" name="ray-runtime" rev="1.6.0">
<artifact name="ray-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ray', module='ray-runtime', version='1.6.0')
)
libraryDependencies += "io.ray" % "ray-runtime" % "1.6.0"
[io.ray/ray-runtime "1.6.0"]