| Categories |
CategoriesScala Languages gRPC Net Networking |
|---|---|
| GroupId | GroupIdio.hydrosphere |
| ArtifactId | ArtifactIdserving-grpc-scala_2.11 |
| Version | Version2.0.0-alpha1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-scala_2.11/ -->
<dependency>
<groupId>io.hydrosphere</groupId>
<artifactId>serving-grpc-scala_2.11</artifactId>
<version>2.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-scala_2.11/
implementation 'io.hydrosphere:serving-grpc-scala_2.11:2.0.0-alpha1'
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-scala_2.11/
implementation ("io.hydrosphere:serving-grpc-scala_2.11:2.0.0-alpha1")
'io.hydrosphere:serving-grpc-scala_2.11:jar:2.0.0-alpha1'
<dependency org="io.hydrosphere" name="serving-grpc-scala_2.11" rev="2.0.0-alpha1">
<artifact name="serving-grpc-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hydrosphere', module='serving-grpc-scala_2.11', version='2.0.0-alpha1')
)
libraryDependencies += "io.hydrosphere" % "serving-grpc-scala_2.11" % "2.0.0-alpha1"
[io.hydrosphere/serving-grpc-scala_2.11 "2.0.0-alpha1"]