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