Categories |
CategoriesScala Languages gRPC Net Networking |
---|---|
GroupId | GroupIdio.hydrosphere |
ArtifactId | ArtifactIdserving-grpc-scala_2.11 |
Version | Version0.1.22 |
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>0.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-scala_2.11/
implementation 'io.hydrosphere:serving-grpc-scala_2.11:0.1.22'
// https://jarcasting.com/artifacts/io.hydrosphere/serving-grpc-scala_2.11/
implementation ("io.hydrosphere:serving-grpc-scala_2.11:0.1.22")
'io.hydrosphere:serving-grpc-scala_2.11:jar:0.1.22'
<dependency org="io.hydrosphere" name="serving-grpc-scala_2.11" rev="0.1.22">
<artifact name="serving-grpc-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hydrosphere', module='serving-grpc-scala_2.11', version='0.1.22')
)
libraryDependencies += "io.hydrosphere" % "serving-grpc-scala_2.11" % "0.1.22"
[io.hydrosphere/serving-grpc-scala_2.11 "0.1.22"]