| Categories | CategoriesScaleCube Services Application Layer Libs Distributed Applications | 
|---|---|
| GroupId | GroupIdio.scalecube | 
| ArtifactId | ArtifactIdscalecube-services-transport-protostuff | 
| Version | Version2.10.1-RC10-RC9 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-services-transport-protostuff/ -->
<dependency>
    <groupId>io.scalecube</groupId>
    <artifactId>scalecube-services-transport-protostuff</artifactId>
    <version>2.10.1-RC10-RC9</version>
</dependency>// https://jarcasting.com/artifacts/io.scalecube/scalecube-services-transport-protostuff/
implementation 'io.scalecube:scalecube-services-transport-protostuff:2.10.1-RC10-RC9'// https://jarcasting.com/artifacts/io.scalecube/scalecube-services-transport-protostuff/
implementation ("io.scalecube:scalecube-services-transport-protostuff:2.10.1-RC10-RC9")'io.scalecube:scalecube-services-transport-protostuff:jar:2.10.1-RC10-RC9'<dependency org="io.scalecube" name="scalecube-services-transport-protostuff" rev="2.10.1-RC10-RC9">
  <artifact name="scalecube-services-transport-protostuff" type="jar" />
</dependency>@Grapes(
@Grab(group='io.scalecube', module='scalecube-services-transport-protostuff', version='2.10.1-RC10-RC9')
)libraryDependencies += "io.scalecube" % "scalecube-services-transport-protostuff" % "2.10.1-RC10-RC9"[io.scalecube/scalecube-services-transport-protostuff "2.10.1-RC10-RC9"]