GroupId | GroupIdio.ray |
---|---|
ArtifactId | ArtifactIdray-serve |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
ray-serve-1.11.1.pom | |
ray-serve-1.11.1.jar | 208 KB |
ray-serve-1.11.1-sources.jar | 91 KB |
ray-serve-1.11.1-javadoc.jar | 599 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ray/ray-serve/ -->
<dependency>
<groupId>io.ray</groupId>
<artifactId>ray-serve</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ray/ray-serve/
implementation 'io.ray:ray-serve:1.11.1'
// https://jarcasting.com/artifacts/io.ray/ray-serve/
implementation ("io.ray:ray-serve:1.11.1")
'io.ray:ray-serve:jar:1.11.1'
<dependency org="io.ray" name="ray-serve" rev="1.11.1">
<artifact name="ray-serve" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ray', module='ray-serve', version='1.11.1')
)
libraryDependencies += "io.ray" % "ray-serve" % "1.11.1"
[io.ray/ray-serve "1.11.1"]