Categories |
CategoriesJava Languages gRPC Net Networking |
---|---|
GroupId | GroupIdio.hydrosphere |
ArtifactId | ArtifactIdserving-grpc-java |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
serving-grpc-java-3.0.2.pom | |
serving-grpc-java-3.0.2.jar | 593 KB |
serving-grpc-java-3.0.2-sources.jar | 261 bytes |
serving-grpc-java-3.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-java/ -->
<dependency>
<groupId>io.hydrosphere</groupId>
<artifactId>serving-grpc-java</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-java/
implementation 'io.hydrosphere:serving-grpc-java:3.0.2'
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-java/
implementation ("io.hydrosphere:serving-grpc-java:3.0.2")
'io.hydrosphere:serving-grpc-java:jar:3.0.2'
<dependency org="io.hydrosphere" name="serving-grpc-java" rev="3.0.2">
<artifact name="serving-grpc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hydrosphere', module='serving-grpc-java', version='3.0.2')
)
libraryDependencies += "io.hydrosphere" % "serving-grpc-java" % "3.0.2"
[io.hydrosphere/serving-grpc-java "3.0.2"]